Struct libhelium_sys::_HeQuantizerCelebiPrivate
source · #[repr(C)]pub struct _HeQuantizerCelebiPrivate { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _HeQuantizerCelebiPrivate
impl RefUnwindSafe for _HeQuantizerCelebiPrivate
impl !Send for _HeQuantizerCelebiPrivate
impl !Sync for _HeQuantizerCelebiPrivate
impl !Unpin for _HeQuantizerCelebiPrivate
impl UnwindSafe for _HeQuantizerCelebiPrivate
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