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