pub struct BdbSlot {
pub size_bytes: u32,
pub position_pages: u32,
}Expand description
One of the two bucket-descriptor-block copies.
Fields§
§size_bytes: u32Size in bytes of the BDB at this slot.
position_pages: u32Position in 256-byte units.
Implementations§
Trait Implementations§
impl Copy for BdbSlot
impl Eq for BdbSlot
impl StructuralPartialEq for BdbSlot
Auto Trait Implementations§
impl Freeze for BdbSlot
impl RefUnwindSafe for BdbSlot
impl Send for BdbSlot
impl Sync for BdbSlot
impl Unpin for BdbSlot
impl UnsafeUnpin for BdbSlot
impl UnwindSafe for BdbSlot
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