#[repr(i32)]pub enum tagREGCLS {
REGCLS_SINGLEUSE = 0,
REGCLS_MULTIPLEUSE = 1,
REGCLS_MULTI_SEPARATE = 2,
REGCLS_SUSPENDED = 4,
REGCLS_SURROGATE = 8,
REGCLS_AGILE = 16,
}Variants§
REGCLS_SINGLEUSE = 0
REGCLS_MULTIPLEUSE = 1
REGCLS_MULTI_SEPARATE = 2
REGCLS_SUSPENDED = 4
REGCLS_SURROGATE = 8
REGCLS_AGILE = 16
Trait Implementations§
impl Copy for tagREGCLS
impl Eq for tagREGCLS
impl StructuralPartialEq for tagREGCLS
Auto Trait Implementations§
impl Freeze for tagREGCLS
impl RefUnwindSafe for tagREGCLS
impl Send for tagREGCLS
impl Sync for tagREGCLS
impl Unpin for tagREGCLS
impl UnwindSafe for tagREGCLS
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