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