#[repr(C, packed(1))]pub struct bktr_relocation_bucket_t {
pub _0x0: u32,
pub num_entries: u32,
pub virtual_offset_end: u64,
pub entries: [bktr_relocation_entry_t; 818],
pub padding: [u8; 8],
}Fields§
§_0x0: u32§num_entries: u32§virtual_offset_end: u64§entries: [bktr_relocation_entry_t; 818]§padding: [u8; 8]Trait Implementations§
Source§impl Clone for bktr_relocation_bucket_t
impl Clone for bktr_relocation_bucket_t
Source§fn clone(&self) -> bktr_relocation_bucket_t
fn clone(&self) -> bktr_relocation_bucket_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 Default for bktr_relocation_bucket_t
impl Default for bktr_relocation_bucket_t
impl Copy for bktr_relocation_bucket_t
Auto Trait Implementations§
impl Freeze for bktr_relocation_bucket_t
impl RefUnwindSafe for bktr_relocation_bucket_t
impl Send for bktr_relocation_bucket_t
impl Sync for bktr_relocation_bucket_t
impl Unpin for bktr_relocation_bucket_t
impl UnwindSafe for bktr_relocation_bucket_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