Struct sgx_types::types::AttKeyIdExt
source · #[repr(C, packed(1))]pub struct AttKeyIdExt {
pub base: QlAttKeyId,
pub spid: [u8; 16],
pub att_key_type: u16,
pub reserved: [u8; 80],
}
Fields§
§base: QlAttKeyId
§spid: [u8; 16]
§att_key_type: u16
§reserved: [u8; 80]
Trait Implementations§
source§impl Clone for AttKeyIdExt
impl Clone for AttKeyIdExt
source§fn clone(&self) -> AttKeyIdExt
fn clone(&self) -> AttKeyIdExt
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 AttKeyIdExt
impl Debug for AttKeyIdExt
source§impl Default for AttKeyIdExt
impl Default for AttKeyIdExt
source§fn default() -> AttKeyIdExt
fn default() -> AttKeyIdExt
Returns the “default value” for a type. Read more
impl ContiguousMemory for AttKeyIdExt
impl Copy for AttKeyIdExt
Auto Trait Implementations§
impl RefUnwindSafe for AttKeyIdExt
impl Send for AttKeyIdExt
impl Sync for AttKeyIdExt
impl Unpin for AttKeyIdExt
impl UnwindSafe for AttKeyIdExt
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