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