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