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