Struct sgx_types::types::CDhSession
source · #[repr(C, align(64))]pub struct CDhSession {
pub dh_session: [u8; 256],
}
Fields§
§dh_session: [u8; 256]
Trait Implementations§
source§impl Clone for CDhSession
impl Clone for CDhSession
source§fn clone(&self) -> CDhSession
fn clone(&self) -> CDhSession
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 CDhSession
impl Debug for CDhSession
source§impl Default for CDhSession
impl Default for CDhSession
source§fn 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§
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