#[repr(C, packed(1))]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§
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