pub struct DecoderBuffer_BitDecoder;Expand description
autocxx bindings couldn’t be generated: This type is nested within another struct/class with protected or private visibility.
Auto Trait Implementations§
impl Freeze for DecoderBuffer_BitDecoder
impl RefUnwindSafe for DecoderBuffer_BitDecoder
impl Send for DecoderBuffer_BitDecoder
impl Sync for DecoderBuffer_BitDecoder
impl Unpin for DecoderBuffer_BitDecoder
impl UnsafeUnpin for DecoderBuffer_BitDecoder
impl UnwindSafe for DecoderBuffer_BitDecoder
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