Struct sgx_types::types::QuoteNonce
source · #[repr(C, packed(1))]pub struct QuoteNonce {
pub rand: [u8; 16],
}
Fields§
§rand: [u8; 16]
Trait Implementations§
source§impl Clone for QuoteNonce
impl Clone for QuoteNonce
source§fn clone(&self) -> QuoteNonce
fn clone(&self) -> QuoteNonce
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 QuoteNonce
impl Debug for QuoteNonce
source§impl Default for QuoteNonce
impl Default for QuoteNonce
source§fn default() -> QuoteNonce
fn default() -> QuoteNonce
Returns the “default value” for a type. Read more
source§impl PartialEq for QuoteNonce
impl PartialEq for QuoteNonce
source§fn eq(&self, other: &QuoteNonce) -> bool
fn eq(&self, other: &QuoteNonce) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&[u8]> for QuoteNonce
impl TryFrom<&[u8]> for QuoteNonce
§type Error = TryFromSliceError
type Error = TryFromSliceError
The type returned in the event of a conversion error.
impl BytewiseEquality for QuoteNonce
impl ContiguousMemory for QuoteNonce
impl Copy for QuoteNonce
impl Eq for QuoteNonce
impl StructuralEq for QuoteNonce
impl StructuralPartialEq for QuoteNonce
Auto Trait Implementations§
impl RefUnwindSafe for QuoteNonce
impl Send for QuoteNonce
impl Sync for QuoteNonce
impl Unpin for QuoteNonce
impl UnwindSafe for QuoteNonce
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