pub struct CxlFmw { /* private fields */ }Expand description
A CXL fixed memory window definition for -machine.
Implementations§
Trait Implementations§
Source§impl Arbitrary for CxlFmw
impl Arbitrary for CxlFmw
Source§type Parameters = (<Vec<String> as Arbitrary>::Parameters, <String as Arbitrary>::Parameters, <Option<Granularity> as Arbitrary>::Parameters)
type Parameters = (<Vec<String> as Arbitrary>::Parameters, <String as Arbitrary>::Parameters, <Option<Granularity> 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<(<Vec<String> as Arbitrary>::Strategy, <String as Arbitrary>::Strategy, <Option<Granularity> as Arbitrary>::Strategy), fn((Vec<String>, String, Option<Granularity>)) -> CxlFmw>
type Strategy = Map<(<Vec<String> as Arbitrary>::Strategy, <String as Arbitrary>::Strategy, <Option<Granularity> as Arbitrary>::Strategy), fn((Vec<String>, String, Option<Granularity>)) -> CxlFmw>
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 CxlFmw
impl Ord for CxlFmw
Source§impl PartialOrd for CxlFmw
impl PartialOrd for CxlFmw
impl Eq for CxlFmw
impl StructuralPartialEq for CxlFmw
Auto Trait Implementations§
impl Freeze for CxlFmw
impl RefUnwindSafe for CxlFmw
impl Send for CxlFmw
impl Sync for CxlFmw
impl Unpin for CxlFmw
impl UnsafeUnpin for CxlFmw
impl UnwindSafe for CxlFmw
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