#[repr(C)]pub struct GtkToolbar {
pub container: GtkContainer,
pub priv_: *mut GtkToolbarPrivate,
}Fields§
§container: GtkContainer§priv_: *mut GtkToolbarPrivateTrait Implementations§
Source§impl Clone for GtkToolbar
impl Clone for GtkToolbar
Source§fn clone(&self) -> GtkToolbar
fn clone(&self) -> GtkToolbar
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 GtkToolbar
Auto Trait Implementations§
impl !Send for GtkToolbar
impl !Sync for GtkToolbar
impl Freeze for GtkToolbar
impl RefUnwindSafe for GtkToolbar
impl Unpin for GtkToolbar
impl UnsafeUnpin for GtkToolbar
impl UnwindSafe for GtkToolbar
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