#[repr(i32)]pub enum _CPU_SET_INFORMATION_TYPE {
CpuSetInformation = 0,
}Variants§
CpuSetInformation = 0
Trait Implementations§
Source§impl Clone for _CPU_SET_INFORMATION_TYPE
impl Clone for _CPU_SET_INFORMATION_TYPE
Source§fn clone(&self) -> _CPU_SET_INFORMATION_TYPE
fn clone(&self) -> _CPU_SET_INFORMATION_TYPE
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 _CPU_SET_INFORMATION_TYPE
impl Debug for _CPU_SET_INFORMATION_TYPE
Source§impl Hash for _CPU_SET_INFORMATION_TYPE
impl Hash for _CPU_SET_INFORMATION_TYPE
impl Copy for _CPU_SET_INFORMATION_TYPE
impl Eq for _CPU_SET_INFORMATION_TYPE
impl StructuralPartialEq for _CPU_SET_INFORMATION_TYPE
Auto Trait Implementations§
impl Freeze for _CPU_SET_INFORMATION_TYPE
impl RefUnwindSafe for _CPU_SET_INFORMATION_TYPE
impl Send for _CPU_SET_INFORMATION_TYPE
impl Sync for _CPU_SET_INFORMATION_TYPE
impl Unpin for _CPU_SET_INFORMATION_TYPE
impl UnwindSafe for _CPU_SET_INFORMATION_TYPE
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