Struct sgx_types::types::CDhMsg3Body
source · [−]#[repr(C, packed)]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
sourceimpl Clone for CDhMsg3Body
impl Clone for CDhMsg3Body
sourcefn clone(&self) -> CDhMsg3Body
fn clone(&self) -> CDhMsg3Body
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CDhMsg3Body
impl Debug for CDhMsg3Body
sourceimpl Default for CDhMsg3Body
impl Default for CDhMsg3Body
sourcefn 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
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