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