#[repr(transparent)]pub struct UASFLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl UASFLAGS
impl UASFLAGS
pub const UAS_NORMAL: Self
pub const UAS_BLOCKED: Self
pub const UAS_NOPARENTENABLE: Self
pub const UAS_MASK: Self
Trait Implementations§
Source§impl Abi for UASFLAGS
impl Abi for UASFLAGS
impl Copy for UASFLAGS
impl Eq for UASFLAGS
impl StructuralPartialEq for UASFLAGS
Auto Trait Implementations§
impl Freeze for UASFLAGS
impl RefUnwindSafe for UASFLAGS
impl Send for UASFLAGS
impl Sync for UASFLAGS
impl Unpin for UASFLAGS
impl UnwindSafe for UASFLAGS
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