#[repr(transparent)]pub struct POINTER_FLAGS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for POINTER_FLAGS
impl BitAnd for POINTER_FLAGS
Source§type Output = POINTER_FLAGS
type Output = POINTER_FLAGS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: POINTER_FLAGS) -> POINTER_FLAGS
fn bitand(self, rhs: POINTER_FLAGS) -> POINTER_FLAGS
Performs the
& operation. Read moreSource§impl BitAndAssign for POINTER_FLAGS
impl BitAndAssign for POINTER_FLAGS
Source§fn bitand_assign(&mut self, rhs: POINTER_FLAGS)
fn bitand_assign(&mut self, rhs: POINTER_FLAGS)
Performs the
&= operation. Read moreSource§impl BitOr for POINTER_FLAGS
impl BitOr for POINTER_FLAGS
Source§type Output = POINTER_FLAGS
type Output = POINTER_FLAGS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: POINTER_FLAGS) -> POINTER_FLAGS
fn bitor(self, rhs: POINTER_FLAGS) -> POINTER_FLAGS
Performs the
| operation. Read moreSource§impl BitOrAssign for POINTER_FLAGS
impl BitOrAssign for POINTER_FLAGS
Source§fn bitor_assign(&mut self, rhs: POINTER_FLAGS)
fn bitor_assign(&mut self, rhs: POINTER_FLAGS)
Performs the
|= operation. Read moreSource§impl Clone for POINTER_FLAGS
impl Clone for POINTER_FLAGS
Source§fn clone(&self) -> POINTER_FLAGS
fn clone(&self) -> POINTER_FLAGS
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 moreSource§impl Debug for POINTER_FLAGS
impl Debug for POINTER_FLAGS
Source§impl Default for POINTER_FLAGS
impl Default for POINTER_FLAGS
Source§fn default() -> POINTER_FLAGS
fn default() -> POINTER_FLAGS
Returns the “default value” for a type. Read more
Source§impl From<u32> for POINTER_FLAGS
impl From<u32> for POINTER_FLAGS
Source§fn from(value: u32) -> POINTER_FLAGS
fn from(value: u32) -> POINTER_FLAGS
Converts to this type from the input type.
Source§impl Not for POINTER_FLAGS
impl Not for POINTER_FLAGS
Source§type Output = POINTER_FLAGS
type Output = POINTER_FLAGS
The resulting type after applying the
! operator.Source§fn not(self) -> POINTER_FLAGS
fn not(self) -> POINTER_FLAGS
Performs the unary
! operation. Read moreSource§impl PartialEq for POINTER_FLAGS
impl PartialEq for POINTER_FLAGS
impl Copy for POINTER_FLAGS
impl Eq for POINTER_FLAGS
impl StructuralPartialEq for POINTER_FLAGS
Auto Trait Implementations§
impl Freeze for POINTER_FLAGS
impl RefUnwindSafe for POINTER_FLAGS
impl Send for POINTER_FLAGS
impl Sync for POINTER_FLAGS
impl Unpin for POINTER_FLAGS
impl UnwindSafe for POINTER_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