Enum windows_native::winsta::SDCLASS
source · #[repr(i32)]pub enum SDCLASS {
SdNone,
SdConsole,
SdNetwork,
SdAsync,
SdOemTransport,
}Variants§
Trait Implementations§
source§impl PartialEq<SDCLASS> for SDCLASS
impl PartialEq<SDCLASS> for SDCLASS
impl Copy for SDCLASS
impl Eq for SDCLASS
impl StructuralEq for SDCLASS
impl StructuralPartialEq for SDCLASS
Auto Trait Implementations§
impl RefUnwindSafe for SDCLASS
impl Send for SDCLASS
impl Sync for SDCLASS
impl Unpin for SDCLASS
impl UnwindSafe for SDCLASS
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