Struct sgx_types::metadata::EnclaveCss
source · #[repr(C, packed(1))]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§
source§impl Clone for EnclaveCss
impl Clone for EnclaveCss
source§fn clone(&self) -> EnclaveCss
fn clone(&self) -> EnclaveCss
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 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§
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