Struct gtk_sys::GtkInfoBar
source · #[repr(C)]pub struct GtkInfoBar {
pub parent: GtkBox,
pub priv_: *mut GtkInfoBarPrivate,
}
Fields§
§parent: GtkBox
§priv_: *mut GtkInfoBarPrivate
Trait Implementations§
source§impl Clone for GtkInfoBar
impl Clone for GtkInfoBar
source§fn clone(&self) -> GtkInfoBar
fn clone(&self) -> GtkInfoBar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GtkInfoBar
impl Debug for GtkInfoBar
impl Copy for GtkInfoBar
Auto Trait Implementations§
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