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
sourceimpl Clone for GtkInfoBar
impl Clone for GtkInfoBar
sourcefn clone(&self) -> GtkInfoBar
fn clone(&self) -> GtkInfoBar
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more