#[repr(u32)]pub enum devstat_select_mode {
DS_SELECT_ADD = 0,
DS_SELECT_ONLY = 1,
DS_SELECT_REMOVE = 2,
DS_SELECT_ADDONLY = 3,
}Variants§
Trait Implementations§
Source§impl Clone for devstat_select_mode
impl Clone for devstat_select_mode
Source§fn clone(&self) -> devstat_select_mode
fn clone(&self) -> devstat_select_mode
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 devstat_select_mode
impl Debug for devstat_select_mode
impl Copy for devstat_select_mode
Auto Trait Implementations§
impl Freeze for devstat_select_mode
impl RefUnwindSafe for devstat_select_mode
impl Send for devstat_select_mode
impl Sync for devstat_select_mode
impl Unpin for devstat_select_mode
impl UnwindSafe for devstat_select_mode
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