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