pub struct EncoderOptionsBase;Expand description
autocxx bindings couldn’t be generated: This function or method uses a type where one of the template parameters was incomprehensible to bindgen/autocxx - probably because it uses template specialization.
Auto Trait Implementations§
impl Freeze for EncoderOptionsBase
impl RefUnwindSafe for EncoderOptionsBase
impl Send for EncoderOptionsBase
impl Sync for EncoderOptionsBase
impl Unpin for EncoderOptionsBase
impl UnsafeUnpin for EncoderOptionsBase
impl UnwindSafe for EncoderOptionsBase
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