pub struct BucketLayout {
pub bucket_size: u32,
pub key_offset: u8,
pub value_offset: u32,
}Fields§
§bucket_size: u32§key_offset: u8§value_offset: u32Trait Implementations§
Source§impl Clone for BucketLayout
impl Clone for BucketLayout
Source§fn clone(&self) -> BucketLayout
fn clone(&self) -> BucketLayout
Returns a duplicate 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 BucketLayout
impl Debug for BucketLayout
impl Copy for BucketLayout
Auto Trait Implementations§
impl Freeze for BucketLayout
impl RefUnwindSafe for BucketLayout
impl Send for BucketLayout
impl Sync for BucketLayout
impl Unpin for BucketLayout
impl UnwindSafe for BucketLayout
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