#[repr(C)]pub struct TCGRelocation {
pub next: *mut TCGRelocation,
pub type_: i32,
pub ptr: *mut u8,
pub addend: isize,
}Fields§
§next: *mut TCGRelocation§type_: i32§ptr: *mut u8§addend: isizeTrait Implementations§
Source§impl Clone for TCGRelocation
impl Clone for TCGRelocation
Source§fn clone(&self) -> TCGRelocation
fn clone(&self) -> TCGRelocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TCGRelocation
Auto Trait Implementations§
impl !Send for TCGRelocation
impl !Sync for TCGRelocation
impl Freeze for TCGRelocation
impl RefUnwindSafe for TCGRelocation
impl Unpin for TCGRelocation
impl UnsafeUnpin for TCGRelocation
impl UnwindSafe for TCGRelocation
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