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