Struct sgx_types::types::CDhMsg3Body
source · #[repr(C, packed(1))]pub struct CDhMsg3Body {
pub report: Report,
pub add_prop_len: u32,
pub add_prop: [u8; 0],
}
Fields§
§report: Report
§add_prop_len: u32
§add_prop: [u8; 0]
Trait Implementations§
source§impl Clone for CDhMsg3Body
impl Clone for CDhMsg3Body
source§fn clone(&self) -> CDhMsg3Body
fn clone(&self) -> CDhMsg3Body
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CDhMsg3Body
impl Debug for CDhMsg3Body
source§impl Default for CDhMsg3Body
impl Default for CDhMsg3Body
source§fn default() -> CDhMsg3Body
fn default() -> CDhMsg3Body
Returns the “default value” for a type. Read more
impl ContiguousMemory for CDhMsg3Body
impl Copy for CDhMsg3Body
Auto Trait Implementations§
impl RefUnwindSafe for CDhMsg3Body
impl Send for CDhMsg3Body
impl Sync for CDhMsg3Body
impl Unpin for CDhMsg3Body
impl UnwindSafe for CDhMsg3Body
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