pub struct DefinitionLevelDecoderImpl {
decoder: Option<LevelDecoder>,
bit_width: u8,
max_level: i16,
}Expand description
An implementation of DefinitionLevelDecoder for [i16]
Fields§
§decoder: Option<LevelDecoder>§bit_width: u8§max_level: i16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DefinitionLevelDecoderImpl
impl RefUnwindSafe for DefinitionLevelDecoderImpl
impl Send for DefinitionLevelDecoderImpl
impl Sync for DefinitionLevelDecoderImpl
impl Unpin for DefinitionLevelDecoderImpl
impl UnwindSafe for DefinitionLevelDecoderImpl
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