Enum windows_native::winsta::CALLBACKCLASS
source · #[repr(i32)]pub enum CALLBACKCLASS {
Callback_Disable,
Callback_Roving,
Callback_Fixed,
}Variants§
Trait Implementations§
source§impl Clone for CALLBACKCLASS
impl Clone for CALLBACKCLASS
source§fn clone(&self) -> CALLBACKCLASS
fn clone(&self) -> CALLBACKCLASS
Returns a copy 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 CALLBACKCLASS
impl Debug for CALLBACKCLASS
source§impl Hash for CALLBACKCLASS
impl Hash for CALLBACKCLASS
source§impl PartialEq<CALLBACKCLASS> for CALLBACKCLASS
impl PartialEq<CALLBACKCLASS> for CALLBACKCLASS
source§fn eq(&self, other: &CALLBACKCLASS) -> bool
fn eq(&self, other: &CALLBACKCLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CALLBACKCLASS
impl Eq for CALLBACKCLASS
impl StructuralEq for CALLBACKCLASS
impl StructuralPartialEq for CALLBACKCLASS
Auto Trait Implementations§
impl RefUnwindSafe for CALLBACKCLASS
impl Send for CALLBACKCLASS
impl Sync for CALLBACKCLASS
impl Unpin for CALLBACKCLASS
impl UnwindSafe for CALLBACKCLASS
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