#[repr(u32)]pub enum LkInitFlags {
PrimaryCpu = 1,
SecondaryCpus = 2,
AllCpus = 3,
}Variants§
Trait Implementations§
Source§impl Clone for LkInitFlags
impl Clone for LkInitFlags
Source§fn clone(&self) -> LkInitFlags
fn clone(&self) -> LkInitFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LkInitFlags
Source§impl Debug for LkInitFlags
impl Debug for LkInitFlags
impl Eq for LkInitFlags
Source§impl Ord for LkInitFlags
impl Ord for LkInitFlags
Source§fn cmp(&self, other: &LkInitFlags) -> Ordering
fn cmp(&self, other: &LkInitFlags) -> Ordering
1.21.0 (const: unstable)§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LkInitFlags
impl PartialEq for LkInitFlags
Source§impl PartialOrd for LkInitFlags
impl PartialOrd for LkInitFlags
impl StructuralPartialEq for LkInitFlags
Auto Trait Implementations§
impl Freeze for LkInitFlags
impl RefUnwindSafe for LkInitFlags
impl Send for LkInitFlags
impl Sync for LkInitFlags
impl Unpin for LkInitFlags
impl UnsafeUnpin for LkInitFlags
impl UnwindSafe for LkInitFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)