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