Union CeeSectionRelocExtra
#[repr(C)]
pub union CeeSectionRelocExtra {
pub highAdj: u16,
}
Fields§
§highAdj: u16
Trait Implementations§
§impl Clone for CeeSectionRelocExtra
impl Clone for CeeSectionRelocExtra
§fn clone(&self) -> CeeSectionRelocExtra
fn clone(&self) -> CeeSectionRelocExtra
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 Default for CeeSectionRelocExtra
impl Default for CeeSectionRelocExtra
impl Copy for CeeSectionRelocExtra
Auto Trait Implementations§
impl Freeze for CeeSectionRelocExtra
impl RefUnwindSafe for CeeSectionRelocExtra
impl Send for CeeSectionRelocExtra
impl Sync for CeeSectionRelocExtra
impl Unpin for CeeSectionRelocExtra
impl UnwindSafe for CeeSectionRelocExtra
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