#[repr(transparent)]pub struct SLGP_FLAGS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl SLGP_FLAGS
impl SLGP_FLAGS
pub const fn contains(&self, other: SLGP_FLAGS) -> bool
Trait Implementations§
Source§impl BitAnd for SLGP_FLAGS
impl BitAnd for SLGP_FLAGS
Source§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
& operator.Source§fn bitand(self, other: SLGP_FLAGS) -> SLGP_FLAGS
fn bitand(self, other: SLGP_FLAGS) -> SLGP_FLAGS
Performs the
& operation. Read moreSource§impl BitAndAssign for SLGP_FLAGS
impl BitAndAssign for SLGP_FLAGS
Source§fn bitand_assign(&mut self, other: SLGP_FLAGS)
fn bitand_assign(&mut self, other: SLGP_FLAGS)
Performs the
&= operation. Read moreSource§impl BitOr for SLGP_FLAGS
impl BitOr for SLGP_FLAGS
Source§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
| operator.Source§fn bitor(self, other: SLGP_FLAGS) -> SLGP_FLAGS
fn bitor(self, other: SLGP_FLAGS) -> SLGP_FLAGS
Performs the
| operation. Read moreSource§impl BitOrAssign for SLGP_FLAGS
impl BitOrAssign for SLGP_FLAGS
Source§fn bitor_assign(&mut self, other: SLGP_FLAGS)
fn bitor_assign(&mut self, other: SLGP_FLAGS)
Performs the
|= operation. Read moreSource§impl Clone for SLGP_FLAGS
impl Clone for SLGP_FLAGS
Source§fn clone(&self) -> SLGP_FLAGS
fn clone(&self) -> SLGP_FLAGS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SLGP_FLAGS
impl Debug for SLGP_FLAGS
Source§impl Default for SLGP_FLAGS
impl Default for SLGP_FLAGS
Source§fn default() -> SLGP_FLAGS
fn default() -> SLGP_FLAGS
Returns the “default value” for a type. Read more
Source§impl Not for SLGP_FLAGS
impl Not for SLGP_FLAGS
Source§type Output = SLGP_FLAGS
type Output = SLGP_FLAGS
The resulting type after applying the
! operator.Source§fn not(self) -> SLGP_FLAGS
fn not(self) -> SLGP_FLAGS
Performs the unary
! operation. Read moreSource§impl PartialEq for SLGP_FLAGS
impl PartialEq for SLGP_FLAGS
impl Copy for SLGP_FLAGS
impl Eq for SLGP_FLAGS
impl StructuralPartialEq for SLGP_FLAGS
Auto Trait Implementations§
impl Freeze for SLGP_FLAGS
impl RefUnwindSafe for SLGP_FLAGS
impl Send for SLGP_FLAGS
impl Sync for SLGP_FLAGS
impl Unpin for SLGP_FLAGS
impl UnwindSafe for SLGP_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