#[repr(C)]pub struct PangoAttrFontDesc {
    pub attr: PangoAttribute,
    pub desc: *mut PangoFontDescription,
}Fields§
§attr: PangoAttribute§desc: *mut PangoFontDescriptionTrait Implementations§
Source§impl Clone for PangoAttrFontDesc
 
impl Clone for PangoAttrFontDesc
Source§fn clone(&self) -> PangoAttrFontDesc
 
fn clone(&self) -> PangoAttrFontDesc
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 PangoAttrFontDesc
 
impl Debug for PangoAttrFontDesc
impl Copy for PangoAttrFontDesc
Auto Trait Implementations§
impl Freeze for PangoAttrFontDesc
impl RefUnwindSafe for PangoAttrFontDesc
impl !Send for PangoAttrFontDesc
impl !Sync for PangoAttrFontDesc
impl Unpin for PangoAttrFontDesc
impl UnwindSafe for PangoAttrFontDesc
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