pub struct DefinitionLevelBufferDecoder {
max_level: i16,
decoder: MaybePacked,
}Fields§
§max_level: i16§decoder: MaybePackedImplementations§
Trait Implementations§
Source§impl DefinitionLevelDecoder for DefinitionLevelBufferDecoder
impl DefinitionLevelDecoder for DefinitionLevelBufferDecoder
Auto Trait Implementations§
impl !Freeze for DefinitionLevelBufferDecoder
impl RefUnwindSafe for DefinitionLevelBufferDecoder
impl Send for DefinitionLevelBufferDecoder
impl Sync for DefinitionLevelBufferDecoder
impl Unpin for DefinitionLevelBufferDecoder
impl UnwindSafe for DefinitionLevelBufferDecoder
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