Struct esp_idf_sys::psa_mac_operation_s
source · #[repr(C)]pub struct psa_mac_operation_s {
pub private_id: c_uint,
pub private_mac_size: u8,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub private_ctx: psa_driver_mac_context_t,
}
Fields§
§private_id: c_uint
§private_mac_size: u8
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§private_ctx: psa_driver_mac_context_t
Implementations§
source§impl psa_mac_operation_s
impl psa_mac_operation_s
pub fn private_is_sign(&self) -> c_uint
pub fn set_private_is_sign(&mut self, val: c_uint)
pub fn new_bitfield_1(private_is_sign: c_uint) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for psa_mac_operation_s
impl Clone for psa_mac_operation_s
source§fn clone(&self) -> psa_mac_operation_s
fn clone(&self) -> psa_mac_operation_s
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for psa_mac_operation_s
impl Default for psa_mac_operation_s
impl Copy for psa_mac_operation_s
Auto Trait Implementations§
impl Freeze for psa_mac_operation_s
impl RefUnwindSafe for psa_mac_operation_s
impl !Send for psa_mac_operation_s
impl !Sync for psa_mac_operation_s
impl Unpin for psa_mac_operation_s
impl UnwindSafe for psa_mac_operation_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)