Struct gtk_sys::_GtkIconFactoryPrivate
source · [−]#[repr(C)]pub struct _GtkIconFactoryPrivate(_);Auto Trait Implementations
impl RefUnwindSafe for _GtkIconFactoryPrivate
impl Send for _GtkIconFactoryPrivate
impl Sync for _GtkIconFactoryPrivate
impl Unpin for _GtkIconFactoryPrivate
impl UnwindSafe for _GtkIconFactoryPrivate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more