Struct OPM_OMAC
#[repr(C)]pub struct OPM_OMAC {
pub abOMAC: [u8; 16],
}
Fields§
§abOMAC: [u8; 16]
Trait Implementations§
impl Copy for OPM_OMAC
impl StructuralPartialEq for OPM_OMAC
Auto Trait Implementations§
impl Freeze for OPM_OMAC
impl RefUnwindSafe for OPM_OMAC
impl Send for OPM_OMAC
impl Sync for OPM_OMAC
impl Unpin for OPM_OMAC
impl UnwindSafe for OPM_OMAC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more