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