Struct sgx_types::types::CDhSession
source · [−]Fields
dh_session: [u8; 256]
Trait Implementations
sourceimpl AsRef<[u8; 256]> for CDhSession
impl AsRef<[u8; 256]> for CDhSession
sourceimpl Clone for CDhSession
impl Clone for CDhSession
sourcefn clone(&self) -> CDhSession
fn clone(&self) -> CDhSession
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 CDhSession
impl Debug for CDhSession
sourceimpl Default for CDhSession
impl Default for CDhSession
sourcefn default() -> CDhSession
fn default() -> CDhSession
Returns the “default value” for a type. Read more
impl ContiguousMemory for CDhSession
impl Copy for CDhSession
Auto Trait Implementations
impl RefUnwindSafe for CDhSession
impl Send for CDhSession
impl Sync for CDhSession
impl Unpin for CDhSession
impl UnwindSafe for CDhSession
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