Struct UASFLAGS
#[repr(transparent)]pub struct UASFLAGS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
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