#[repr(C)]pub struct WHV_SCHEDULER_FEATURES(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl WHV_SCHEDULER_FEATURES
impl WHV_SCHEDULER_FEATURES
pub const CpuReserve: Self
pub const CpuCap: Self
pub const CpuWeight: Self
pub const CpuGroupId: Self
pub const DisableSmt: Self
Trait Implementations§
Source§impl BitAnd for WHV_SCHEDULER_FEATURES
impl BitAnd for WHV_SCHEDULER_FEATURES
Source§impl BitAndAssign for WHV_SCHEDULER_FEATURES
impl BitAndAssign for WHV_SCHEDULER_FEATURES
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WHV_SCHEDULER_FEATURES
impl BitOr for WHV_SCHEDULER_FEATURES
Source§impl BitOrAssign for WHV_SCHEDULER_FEATURES
impl BitOrAssign for WHV_SCHEDULER_FEATURES
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WHV_SCHEDULER_FEATURES
impl Clone for WHV_SCHEDULER_FEATURES
Source§fn clone(&self) -> WHV_SCHEDULER_FEATURES
fn clone(&self) -> WHV_SCHEDULER_FEATURES
Returns a copy 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 WHV_SCHEDULER_FEATURES
impl Debug for WHV_SCHEDULER_FEATURES
Source§impl Not for WHV_SCHEDULER_FEATURES
impl Not for WHV_SCHEDULER_FEATURES
impl Copy for WHV_SCHEDULER_FEATURES
Auto Trait Implementations§
impl Freeze for WHV_SCHEDULER_FEATURES
impl RefUnwindSafe for WHV_SCHEDULER_FEATURES
impl Send for WHV_SCHEDULER_FEATURES
impl Sync for WHV_SCHEDULER_FEATURES
impl Unpin for WHV_SCHEDULER_FEATURES
impl UnwindSafe for WHV_SCHEDULER_FEATURES
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