pub enum U32Specifier {
Constant(u32),
BitsOffset(u32, usize),
}
Expand description
Bit specifier for Bitstream::read_u32
.
Variants§
Trait Implementations§
Source§impl From<U> for U32Specifier
impl From<U> for U32Specifier
Auto Trait Implementations§
impl Freeze for U32Specifier
impl RefUnwindSafe for U32Specifier
impl Send for U32Specifier
impl Sync for U32Specifier
impl Unpin for U32Specifier
impl UnwindSafe for U32Specifier
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