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