pub struct Domain {
pub cpu_nr: u64,
pub domain_nr: u64,
pub cpu_masks: Vec<u64>,
pub statistics: Vec<u64>,
}Fields§
§cpu_nr: u64§domain_nr: u64§cpu_masks: Vec<u64>§statistics: Vec<u64>Trait Implementations§
impl StructuralPartialEq for Domain
Auto Trait Implementations§
impl Freeze for Domain
impl RefUnwindSafe for Domain
impl Send for Domain
impl Sync for Domain
impl Unpin for Domain
impl UnwindSafe for Domain
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