Struct CorAssemblyFlags
#[repr(transparent)]pub struct CorAssemblyFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for CorAssemblyFlags
impl Clone for CorAssemblyFlags
§fn clone(&self) -> CorAssemblyFlags
fn clone(&self) -> CorAssemblyFlags
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 more§impl Debug for CorAssemblyFlags
impl Debug for CorAssemblyFlags
§impl Default for CorAssemblyFlags
impl Default for CorAssemblyFlags
§fn default() -> CorAssemblyFlags
fn default() -> CorAssemblyFlags
Returns the “default value” for a type. Read more
§impl PartialEq for CorAssemblyFlags
impl PartialEq for CorAssemblyFlags
impl Copy for CorAssemblyFlags
impl Eq for CorAssemblyFlags
impl StructuralPartialEq for CorAssemblyFlags
Auto Trait Implementations§
impl Freeze for CorAssemblyFlags
impl RefUnwindSafe for CorAssemblyFlags
impl Send for CorAssemblyFlags
impl Sync for CorAssemblyFlags
impl Unpin for CorAssemblyFlags
impl UnwindSafe for CorAssemblyFlags
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