pub struct BaseBits {
pub code: u64,
/* private fields */
}Expand description
A BaseBits encoding
Fields§
§code: u64The u64 holding the encoding
Implementations§
Trait Implementations§
impl Copy for BaseBits
impl Eq for BaseBits
impl StructuralPartialEq for BaseBits
Auto Trait Implementations§
impl Freeze for BaseBits
impl RefUnwindSafe for BaseBits
impl Send for BaseBits
impl Sync for BaseBits
impl Unpin for BaseBits
impl UnwindSafe for BaseBits
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