pub struct CMSHeader {
pub magic: u64,
pub d: u32,
pub w: u32,
pub total_inserts: AtomicU64,
/* private fields */
}Fields§
§magic: u64§d: u32§w: u32§total_inserts: AtomicU64Auto Trait Implementations§
impl !Freeze for CMSHeader
impl RefUnwindSafe for CMSHeader
impl Send for CMSHeader
impl Sync for CMSHeader
impl Unpin for CMSHeader
impl UnsafeUnpin for CMSHeader
impl UnwindSafe for CMSHeader
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