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