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