Struct sgx_types::types::QlAuthData
source · [−]Fields
size: u16
auth_data: [u8; 0]
Implementations
sourceimpl QlAuthData
impl QlAuthData
sourcepub unsafe fn as_slice_unchecked(&self) -> &[u8]
pub unsafe fn as_slice_unchecked(&self) -> &[u8]
Trait Implementations
sourceimpl Clone for QlAuthData
impl Clone for QlAuthData
sourcefn clone(&self) -> QlAuthData
fn clone(&self) -> QlAuthData
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 QlAuthData
impl Debug for QlAuthData
sourceimpl Default for QlAuthData
impl Default for QlAuthData
sourcefn 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
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