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