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