#[repr(C)]pub struct GtkInfoBar {
pub parent: GtkBox,
pub priv_: *mut GtkInfoBarPrivate,
}Fields§
§parent: GtkBox§priv_: *mut GtkInfoBarPrivateTrait Implementations§
Source§impl Clone for GtkInfoBar
impl Clone for GtkInfoBar
Source§fn clone(&self) -> GtkInfoBar
fn clone(&self) -> GtkInfoBar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkInfoBar
Auto Trait Implementations§
impl !Send for GtkInfoBar
impl !Sync for GtkInfoBar
impl Freeze for GtkInfoBar
impl RefUnwindSafe for GtkInfoBar
impl Unpin for GtkInfoBar
impl UnsafeUnpin 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