#[repr(C, packed(1))]pub struct bktr_relocation_entry_t {
pub virt_offset: u64,
pub phys_offset: u64,
pub is_patch: u32,
}Fields§
§virt_offset: u64§phys_offset: u64§is_patch: u32Trait Implementations§
Source§impl Clone for bktr_relocation_entry_t
impl Clone for bktr_relocation_entry_t
Source§fn clone(&self) -> bktr_relocation_entry_t
fn clone(&self) -> bktr_relocation_entry_t
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 moreSource§impl Debug for bktr_relocation_entry_t
impl Debug for bktr_relocation_entry_t
Source§impl Default for bktr_relocation_entry_t
impl Default for bktr_relocation_entry_t
Source§fn default() -> bktr_relocation_entry_t
fn default() -> bktr_relocation_entry_t
Returns the “default value” for a type. Read more
impl Copy for bktr_relocation_entry_t
Auto Trait Implementations§
impl Freeze for bktr_relocation_entry_t
impl RefUnwindSafe for bktr_relocation_entry_t
impl Send for bktr_relocation_entry_t
impl Sync for bktr_relocation_entry_t
impl Unpin for bktr_relocation_entry_t
impl UnwindSafe for bktr_relocation_entry_t
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