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