Struct windows_metadata::AssemblyFlags
source · pub struct AssemblyFlags(pub u32);Tuple Fields§
§0: u32Implementations§
source§impl AssemblyFlags
impl AssemblyFlags
pub const WindowsRuntime: Self = _
Trait Implementations§
source§impl BitAnd<AssemblyFlags> for AssemblyFlags
impl BitAnd<AssemblyFlags> for AssemblyFlags
source§impl BitAndAssign<AssemblyFlags> for AssemblyFlags
impl BitAndAssign<AssemblyFlags> for AssemblyFlags
source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moresource§impl BitOr<AssemblyFlags> for AssemblyFlags
impl BitOr<AssemblyFlags> for AssemblyFlags
source§impl BitOrAssign<AssemblyFlags> for AssemblyFlags
impl BitOrAssign<AssemblyFlags> for AssemblyFlags
source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read moresource§impl Clone for AssemblyFlags
impl Clone for AssemblyFlags
source§fn clone(&self) -> AssemblyFlags
fn clone(&self) -> AssemblyFlags
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 AssemblyFlags
impl Debug for AssemblyFlags
source§impl Default for AssemblyFlags
impl Default for AssemblyFlags
source§fn default() -> AssemblyFlags
fn default() -> AssemblyFlags
Returns the “default value” for a type. Read more
source§impl Not for AssemblyFlags
impl Not for AssemblyFlags
source§impl PartialEq<AssemblyFlags> for AssemblyFlags
impl PartialEq<AssemblyFlags> for AssemblyFlags
source§fn eq(&self, other: &AssemblyFlags) -> bool
fn eq(&self, other: &AssemblyFlags) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AssemblyFlags
impl Eq for AssemblyFlags
impl StructuralEq for AssemblyFlags
impl StructuralPartialEq for AssemblyFlags
Auto Trait Implementations§
impl RefUnwindSafe for AssemblyFlags
impl Send for AssemblyFlags
impl Sync for AssemblyFlags
impl Unpin for AssemblyFlags
impl UnwindSafe for AssemblyFlags
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