pub struct AssemblyFlags(/* private fields */);Implementations§
Source§impl AssemblyFlags
impl AssemblyFlags
pub const WindowsRuntime: Self
Trait Implementations§
Source§impl BitAnd for AssemblyFlags
impl BitAnd for AssemblyFlags
Source§impl BitAndAssign for AssemblyFlags
impl BitAndAssign for AssemblyFlags
Source§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read moreSource§impl BitOr for AssemblyFlags
impl BitOr for AssemblyFlags
Source§impl BitOrAssign for AssemblyFlags
impl BitOrAssign 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 duplicate 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 Ord for AssemblyFlags
impl Ord for AssemblyFlags
Source§fn cmp(&self, other: &AssemblyFlags) -> Ordering
fn cmp(&self, other: &AssemblyFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AssemblyFlags
impl PartialEq for AssemblyFlags
Source§impl PartialOrd for AssemblyFlags
impl PartialOrd for AssemblyFlags
impl Copy for AssemblyFlags
impl Eq for AssemblyFlags
impl StructuralPartialEq for AssemblyFlags
Auto Trait Implementations§
impl Freeze for AssemblyFlags
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