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