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