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