Struct pango_sys::PangoFontMap
source · [−]#[repr(C)]pub struct PangoFontMap {
pub parent_instance: GObject,
}
Fields
parent_instance: GObject
Trait Implementations
sourceimpl Clone for PangoFontMap
impl Clone for PangoFontMap
sourcefn clone(&self) -> PangoFontMap
fn clone(&self) -> PangoFontMap
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PangoFontMap
impl Debug for PangoFontMap
impl Copy for PangoFontMap
Auto Trait Implementations
impl RefUnwindSafe for PangoFontMap
impl !Send for PangoFontMap
impl !Sync for PangoFontMap
impl Unpin for PangoFontMap
impl UnwindSafe for PangoFontMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more