pub struct GTypeInterface { /* private fields */ }Auto Trait Implementations§
impl Freeze for GTypeInterface
impl RefUnwindSafe for GTypeInterface
impl Send for GTypeInterface
impl Sync for GTypeInterface
impl Unpin for GTypeInterface
impl UnwindSafe for GTypeInterface
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