pub struct RMacI {
pub r_mac_i: [u8; 16],
}Expand description
osdp_RMAC_I body.
Fields§
§r_mac_i: [u8; 16]Initial R-MAC seed (16 bytes).
Implementations§
Trait Implementations§
impl Copy for RMacI
impl Eq for RMacI
impl StructuralPartialEq for RMacI
Auto Trait Implementations§
impl Freeze for RMacI
impl RefUnwindSafe for RMacI
impl Send for RMacI
impl Sync for RMacI
impl Unpin for RMacI
impl UnsafeUnpin for RMacI
impl UnwindSafe for RMacI
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