#[repr(C, packed)]pub struct CDhMsg3 {
pub cmac: Mac128bit,
pub msg_body: CDhMsg3Body,
}
Fields
cmac: Mac128bit
msg_body: CDhMsg3Body
Trait Implementations
impl ContiguousMemory for CDhMsg3
impl Copy for CDhMsg3
Auto Trait Implementations
impl RefUnwindSafe for CDhMsg3
impl Send for CDhMsg3
impl Sync for CDhMsg3
impl Unpin for CDhMsg3
impl UnwindSafe for CDhMsg3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more