pub struct SgxEpc { /* private fields */ }Expand description
An SGX EPC section definition for -machine sgx-epc.N.*.
Implementations§
Trait Implementations§
Source§impl Arbitrary for SgxEpc
impl Arbitrary for SgxEpc
Source§type Parameters = (<ShellString as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters)
type Parameters = (<ShellString as Arbitrary>::Parameters, <usize as Arbitrary>::Parameters)
The type of parameters that
arbitrary_with accepts for configuration
of the generated Strategy. Parameters must implement Default.Source§type Strategy = Map<(<ShellString as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy), fn((ShellString, usize)) -> SgxEpc>
type Strategy = Map<(<ShellString as Arbitrary>::Strategy, <usize as Arbitrary>::Strategy), fn((ShellString, usize)) -> SgxEpc>
The type of
Strategy used to generate values of type Self.Source§fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
fn arbitrary_with(_top: Self::Parameters) -> Self::Strategy
Source§impl Ord for SgxEpc
impl Ord for SgxEpc
Source§impl PartialOrd for SgxEpc
impl PartialOrd for SgxEpc
impl Eq for SgxEpc
impl StructuralPartialEq for SgxEpc
Auto Trait Implementations§
impl Freeze for SgxEpc
impl RefUnwindSafe for SgxEpc
impl Send for SgxEpc
impl Sync for SgxEpc
impl Unpin for SgxEpc
impl UnsafeUnpin 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