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