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