Struct sgx_types::types::PsSecPropDesc
source · [−]Fields
ps_sec_prop_desc: [u8; 256]
Trait Implementations
sourceimpl AsRef<[u8; 256]> for PsSecPropDesc
impl AsRef<[u8; 256]> for PsSecPropDesc
sourceimpl Clone for PsSecPropDesc
impl Clone for PsSecPropDesc
sourcefn clone(&self) -> PsSecPropDesc
fn clone(&self) -> PsSecPropDesc
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 PsSecPropDesc
impl Debug for PsSecPropDesc
sourceimpl Default for PsSecPropDesc
impl Default for PsSecPropDesc
sourcefn default() -> PsSecPropDesc
fn default() -> PsSecPropDesc
Returns the “default value” for a type. Read more
impl ContiguousMemory for PsSecPropDesc
impl Copy for PsSecPropDesc
Auto Trait Implementations
impl RefUnwindSafe for PsSecPropDesc
impl Send for PsSecPropDesc
impl Sync for PsSecPropDesc
impl Unpin for PsSecPropDesc
impl UnwindSafe for PsSecPropDesc
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