#[repr(C)]pub struct PanelOmniBarClass {
pub parent_class: GtkWidgetClass,
pub _reserved: [gpointer; 8],
}Fields§
§parent_class: GtkWidgetClass§_reserved: [gpointer; 8]Trait Implementations§
Source§impl Clone for PanelOmniBarClass
impl Clone for PanelOmniBarClass
Source§fn clone(&self) -> PanelOmniBarClass
fn clone(&self) -> PanelOmniBarClass
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 PanelOmniBarClass
Auto Trait Implementations§
impl !Send for PanelOmniBarClass
impl !Sync for PanelOmniBarClass
impl Freeze for PanelOmniBarClass
impl RefUnwindSafe for PanelOmniBarClass
impl Unpin for PanelOmniBarClass
impl UnsafeUnpin for PanelOmniBarClass
impl UnwindSafe for PanelOmniBarClass
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