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