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