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