Struct jasmine_db::EntryMeta
source · [−]pub struct EntryMeta { /* private fields */ }
Implementations
sourceimpl EntryMeta
impl EntryMeta
pub fn data_ptr(&self) -> *mut u8
pub fn load_meta(&self, order: Ordering) -> EntryMetaUnpacked
pub fn set_meta(&self, value: EntryMetaUnpacked, order: Ordering)
sourcepub fn set_referenced(&self)
pub fn set_referenced(&self)
This is the shortcut of loading the meta, set it to referenced, and then store it back.
Auto Trait Implementations
impl RefUnwindSafe for EntryMeta
impl Send for EntryMeta
impl Sync for EntryMeta
impl Unpin for EntryMeta
impl UnwindSafe for EntryMeta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more