pub struct U4LoCell { /* private fields */ }Expand description
A cell for mutating a low-order nibble.
Trait Implementations§
Source§impl U4Cell for U4LoCell
impl U4Cell for U4LoCell
Source§fn set_from_hi(&self, hi: u4hi)
fn set_from_hi(&self, hi: u4hi)
Sets the value of the nibble in this cell, given a high-order nibble.
Source§fn set_from_lo(&self, lo: u4lo)
fn set_from_lo(&self, lo: u4lo)
Sets the value of the nibble in this cell, given a low-order nibble.
Auto Trait Implementations§
impl !Freeze for U4LoCell
impl !RefUnwindSafe for U4LoCell
impl Send for U4LoCell
impl !Sync for U4LoCell
impl Unpin for U4LoCell
impl UnwindSafe for U4LoCell
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