pub(super) struct RefTableEntry(u64);
Expand description
Refcount table entry.
Tuple Fields§
§0: u64
Implementations§
Source§impl RefTableEntry
impl RefTableEntry
Sourcepub fn refblock_offset(&self) -> Option<HostOffset>
pub fn refblock_offset(&self) -> Option<HostOffset>
Offset of the referenced refblock, if any.
Sourcepub fn reserved_bits(&self) -> u64
pub fn reserved_bits(&self) -> u64
Return all reserved bits.
Trait Implementations§
Source§impl Clone for RefTableEntry
impl Clone for RefTableEntry
Source§fn clone(&self) -> RefTableEntry
fn clone(&self) -> RefTableEntry
Returns a copy 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 RefTableEntry
impl Debug for RefTableEntry
Source§impl Default for RefTableEntry
impl Default for RefTableEntry
Source§fn default() -> RefTableEntry
fn default() -> RefTableEntry
Returns the “default value” for a type. Read more
Source§impl TableEntry for RefTableEntry
impl TableEntry for RefTableEntry
impl Copy for RefTableEntry
Auto Trait Implementations§
impl Freeze for RefTableEntry
impl RefUnwindSafe for RefTableEntry
impl Send for RefTableEntry
impl Sync for RefTableEntry
impl Unpin for RefTableEntry
impl UnwindSafe for RefTableEntry
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