Struct pancake_engine_ssi::lsm::lsm_state::Boundary
source · pub struct Boundary {
pub hold_count: u32,
pub node_newer: NonNullSendPtr<ListNode<CommittedUnit>>,
}Fields§
§hold_count: u32§node_newer: NonNullSendPtr<ListNode<CommittedUnit>>Auto Trait Implementations§
impl RefUnwindSafe for Boundary
impl Send for Boundary
impl Sync for Boundary
impl Unpin for Boundary
impl UnwindSafe for Boundary
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