pub enum BitUnit {
Byte,
Bit,
}
Expand description
Unit of a range
, bit or byte
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitUnit
impl RefUnwindSafe for BitUnit
impl Send for BitUnit
impl Sync for BitUnit
impl Unpin for BitUnit
impl UnwindSafe for BitUnit
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