Struct WTS_FLAGS
#[repr(transparent)]pub struct WTS_FLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAndAssign for WTS_FLAGS
impl BitAndAssign for WTS_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for WTS_FLAGS
impl BitOrAssign for WTS_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for WTS_FLAGS
impl Eq for WTS_FLAGS
impl StructuralPartialEq for WTS_FLAGS
Auto Trait Implementations§
impl Freeze for WTS_FLAGS
impl RefUnwindSafe for WTS_FLAGS
impl Send for WTS_FLAGS
impl Sync for WTS_FLAGS
impl Unpin for WTS_FLAGS
impl UnwindSafe for WTS_FLAGS
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