Struct cloud_hypervisor_command_builder::SgxEpc
source · pub struct SgxEpc {
pub id: Option<String>,
pub size: Option<String>,
pub prefault: Option<OnOff>,
}Fields§
§id: Option<String>§size: Option<String>§prefault: Option<OnOff>Auto Trait Implementations§
impl RefUnwindSafe for SgxEpc
impl Send for SgxEpc
impl Sync for SgxEpc
impl Unpin for SgxEpc
impl UnwindSafe for SgxEpc
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