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