pub struct SmpCache { /* private fields */ }Expand description
Cache topology properties for -machine smp-cache.*.
Implementations§
Trait Implementations§
Source§impl Arbitrary for SmpCache
impl Arbitrary for SmpCache
Source§type Parameters = (<String as Arbitrary>::Parameters, <String as Arbitrary>::Parameters)
type Parameters = (<String as Arbitrary>::Parameters, <String 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<(<String as Arbitrary>::Strategy, <String as Arbitrary>::Strategy), fn((String, String)) -> SmpCache>
type Strategy = Map<(<String as Arbitrary>::Strategy, <String as Arbitrary>::Strategy), fn((String, String)) -> SmpCache>
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 SmpCache
impl Ord for SmpCache
Source§impl PartialOrd for SmpCache
impl PartialOrd for SmpCache
impl Eq for SmpCache
impl StructuralPartialEq for SmpCache
Auto Trait Implementations§
impl Freeze for SmpCache
impl RefUnwindSafe for SmpCache
impl Send for SmpCache
impl Sync for SmpCache
impl Unpin for SmpCache
impl UnsafeUnpin for SmpCache
impl UnwindSafe for SmpCache
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