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