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