Struct packed_uints::PackedUints
source · pub struct PackedUints {
pub data: PackedEnum,
pub mask: usize,
pub length: usize,
}Fields§
§data: PackedEnum§mask: usize§length: usizeImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for PackedUints
impl Send for PackedUints
impl Sync for PackedUints
impl Unpin for PackedUints
impl UnwindSafe for PackedUints
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