#[repr(C, packed(1))]pub struct CDhMsg2 {
pub g_b: Ec256PublicKey,
pub report: Report,
pub cmac: Mac128bit,
}
Fields§
§g_b: Ec256PublicKey
§report: Report
§cmac: Mac128bit
Trait Implementations§
impl ContiguousMemory for CDhMsg2
impl Copy for CDhMsg2
Auto Trait Implementations§
impl RefUnwindSafe for CDhMsg2
impl Send for CDhMsg2
impl Sync for CDhMsg2
impl Unpin for CDhMsg2
impl UnwindSafe for CDhMsg2
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