Struct sgx_types::metadata::EnclaveCss
source · [−]#[repr(C, packed)]pub struct EnclaveCss {
pub header: CssHeader,
pub key: CssKey,
pub body: CssBody,
pub buffer: CssBuffer,
}
Fields
header: CssHeader
key: CssKey
body: CssBody
buffer: CssBuffer
Trait Implementations
sourceimpl Clone for EnclaveCss
impl Clone for EnclaveCss
sourcefn clone(&self) -> EnclaveCss
fn clone(&self) -> EnclaveCss
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EnclaveCss
impl Debug for EnclaveCss
impl Copy for EnclaveCss
Auto Trait Implementations
impl RefUnwindSafe for EnclaveCss
impl Send for EnclaveCss
impl Sync for EnclaveCss
impl Unpin for EnclaveCss
impl UnwindSafe for EnclaveCss
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more