#[repr(transparent)]pub struct SLR_FLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
source§impl BitAndAssign for SLR_FLAGS
impl BitAndAssign for SLR_FLAGS
source§fn bitand_assign(&mut self, other: SLR_FLAGS)
fn bitand_assign(&mut self, other: SLR_FLAGS)
Performs the
&= operation. Read moresource§impl BitOrAssign for SLR_FLAGS
impl BitOrAssign for SLR_FLAGS
source§fn bitor_assign(&mut self, other: SLR_FLAGS)
fn bitor_assign(&mut self, other: SLR_FLAGS)
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)