pub struct NUMANodeMemDev { /* private fields */ }Implementations§
Source§impl NUMANodeMemDev
impl NUMANodeMemDev
Sourcepub fn builder() -> NUMANodeMemDevBuilder
pub fn builder() -> NUMANodeMemDevBuilder
Create an instance of NUMANodeMemDev using the builder syntax
Trait Implementations§
Source§impl Default for NUMANodeMemDev
impl Default for NUMANodeMemDev
Source§fn default() -> NUMANodeMemDev
fn default() -> NUMANodeMemDev
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NUMANodeMemDev
impl RefUnwindSafe for NUMANodeMemDev
impl Send for NUMANodeMemDev
impl Sync for NUMANodeMemDev
impl Unpin for NUMANodeMemDev
impl UnwindSafe for NUMANodeMemDev
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