Struct sgx_types::types::AttKeyIdExt
source · [−]#[repr(C, packed)]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
sourceimpl AsRef<[u8; 256]> for AttKeyIdExt
impl AsRef<[u8; 256]> for AttKeyIdExt
sourceimpl Clone for AttKeyIdExt
impl Clone for AttKeyIdExt
sourcefn clone(&self) -> AttKeyIdExt
fn clone(&self) -> AttKeyIdExt
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 AttKeyIdExt
impl Debug for AttKeyIdExt
sourceimpl Default for AttKeyIdExt
impl Default for AttKeyIdExt
sourcefn 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
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