#[repr(C, packed(1))]pub struct bktr_subsection_block_t {
pub _0x0: u32,
pub num_buckets: u32,
pub total_size: u64,
pub bucket_physical_offsets: [u64; 2046],
pub buckets: __IncompleteArrayField<bktr_subsection_bucket_t>,
}Fields§
§_0x0: u32§num_buckets: u32§total_size: u64§bucket_physical_offsets: [u64; 2046]§buckets: __IncompleteArrayField<bktr_subsection_bucket_t>Trait Implementations§
Auto Trait Implementations§
impl Freeze for bktr_subsection_block_t
impl RefUnwindSafe for bktr_subsection_block_t
impl Send for bktr_subsection_block_t
impl Sync for bktr_subsection_block_t
impl Unpin for bktr_subsection_block_t
impl UnwindSafe for bktr_subsection_block_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