#[repr(C)]pub struct NumaNodeOptions {
pub has_nodeid: bool,
pub nodeid: u16,
pub has_cpus: bool,
pub cpus: *mut uint16List,
pub has_mem: bool,
pub mem: u64,
pub has_memdev: bool,
pub memdev: *mut i8,
}Fields§
§has_nodeid: bool§nodeid: u16§has_cpus: bool§cpus: *mut uint16List§has_mem: bool§mem: u64§has_memdev: bool§memdev: *mut i8Trait Implementations§
Source§impl Clone for NumaNodeOptions
impl Clone for NumaNodeOptions
Source§fn clone(&self) -> NumaNodeOptions
fn clone(&self) -> NumaNodeOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NumaNodeOptions
impl Debug for NumaNodeOptions
impl Copy for NumaNodeOptions
Auto Trait Implementations§
impl Freeze for NumaNodeOptions
impl RefUnwindSafe for NumaNodeOptions
impl !Send for NumaNodeOptions
impl !Sync for NumaNodeOptions
impl Unpin for NumaNodeOptions
impl UnwindSafe for NumaNodeOptions
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