Struct sgx_types::types::PsSecPropDesc
source · #[repr(C)]pub struct PsSecPropDesc {
pub ps_sec_prop_desc: [u8; 256],
}
Fields§
§ps_sec_prop_desc: [u8; 256]
Trait Implementations§
source§impl Clone for PsSecPropDesc
impl Clone for PsSecPropDesc
source§fn clone(&self) -> PsSecPropDesc
fn clone(&self) -> PsSecPropDesc
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 PsSecPropDesc
impl Debug for PsSecPropDesc
source§impl Default for PsSecPropDesc
impl Default for PsSecPropDesc
source§fn 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§
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