#[repr(C)]pub struct CRaMsg3 {
pub mac: Mac,
pub g_a: Ec256PublicKey,
pub ps_sec_prop: PsSecPropDesc,
pub quote: [u8; 0],
}
Fields§
§mac: Mac
§g_a: Ec256PublicKey
§ps_sec_prop: PsSecPropDesc
§quote: [u8; 0]
Trait Implementations§
impl ContiguousMemory for CRaMsg3
impl Copy for CRaMsg3
Auto Trait Implementations§
impl RefUnwindSafe for CRaMsg3
impl Send for CRaMsg3
impl Sync for CRaMsg3
impl Unpin for CRaMsg3
impl UnwindSafe for CRaMsg3
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