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