Struct SIATTRIBFLAGS
#[repr(transparent)]pub struct SIATTRIBFLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl SIATTRIBFLAGS
impl SIATTRIBFLAGS
Trait Implementations§
§impl BitAnd for SIATTRIBFLAGS
impl BitAnd for SIATTRIBFLAGS
§impl BitAndAssign for SIATTRIBFLAGS
impl BitAndAssign for SIATTRIBFLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for SIATTRIBFLAGS
impl BitOr for SIATTRIBFLAGS
§impl BitOrAssign for SIATTRIBFLAGS
impl BitOrAssign for SIATTRIBFLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for SIATTRIBFLAGS
impl Clone for SIATTRIBFLAGS
§fn clone(&self) -> SIATTRIBFLAGS
fn clone(&self) -> SIATTRIBFLAGS
Returns a copy 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 more§impl Debug for SIATTRIBFLAGS
impl Debug for SIATTRIBFLAGS
§impl Default for SIATTRIBFLAGS
impl Default for SIATTRIBFLAGS
§fn default() -> SIATTRIBFLAGS
fn default() -> SIATTRIBFLAGS
Returns the “default value” for a type. Read more
§impl Not for SIATTRIBFLAGS
impl Not for SIATTRIBFLAGS
§impl PartialEq for SIATTRIBFLAGS
impl PartialEq for SIATTRIBFLAGS
impl Copy for SIATTRIBFLAGS
impl Eq for SIATTRIBFLAGS
impl StructuralPartialEq for SIATTRIBFLAGS
Auto Trait Implementations§
impl Freeze for SIATTRIBFLAGS
impl RefUnwindSafe for SIATTRIBFLAGS
impl Send for SIATTRIBFLAGS
impl Sync for SIATTRIBFLAGS
impl Unpin for SIATTRIBFLAGS
impl UnwindSafe for SIATTRIBFLAGS
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