#[repr(i32)]pub enum tagAR_STATE {
AR_ENABLED = 0,
AR_DISABLED = 1,
AR_SUPPRESSED = 2,
AR_REMOTESESSION = 4,
AR_MULTIMON = 8,
AR_NOSENSOR = 16,
AR_NOT_SUPPORTED = 32,
AR_DOCKED = 64,
AR_LAPTOP = 128,
}Variants§
AR_ENABLED = 0
AR_DISABLED = 1
AR_SUPPRESSED = 2
AR_REMOTESESSION = 4
AR_MULTIMON = 8
AR_NOSENSOR = 16
AR_NOT_SUPPORTED = 32
AR_DOCKED = 64
AR_LAPTOP = 128
Trait Implementations§
Source§impl Clone for tagAR_STATE
impl Clone for tagAR_STATE
Source§fn clone(&self) -> tagAR_STATE
fn clone(&self) -> tagAR_STATE
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 tagAR_STATE
impl Debug for tagAR_STATE
Source§impl Hash for tagAR_STATE
impl Hash for tagAR_STATE
Source§impl PartialEq for tagAR_STATE
impl PartialEq for tagAR_STATE
impl Copy for tagAR_STATE
impl Eq for tagAR_STATE
impl StructuralPartialEq for tagAR_STATE
Auto Trait Implementations§
impl Freeze for tagAR_STATE
impl RefUnwindSafe for tagAR_STATE
impl Send for tagAR_STATE
impl Sync for tagAR_STATE
impl Unpin for tagAR_STATE
impl UnwindSafe for tagAR_STATE
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