Struct libpanel_sys::PanelPositionClass
source · #[repr(C)]pub struct PanelPositionClass {
pub parent_class: GObjectClass,
}
Fields§
§parent_class: GObjectClass
Trait Implementations§
source§impl Clone for PanelPositionClass
impl Clone for PanelPositionClass
source§fn clone(&self) -> PanelPositionClass
fn clone(&self) -> PanelPositionClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PanelPositionClass
impl Debug for PanelPositionClass
impl Copy for PanelPositionClass
Auto Trait Implementations§
impl RefUnwindSafe for PanelPositionClass
impl !Send for PanelPositionClass
impl !Sync for PanelPositionClass
impl Unpin for PanelPositionClass
impl UnwindSafe for PanelPositionClass
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