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