Struct pango_sys::PangoAttrFontDesc
source · #[repr(C)]pub struct PangoAttrFontDesc {
pub attr: PangoAttribute,
pub desc: *mut PangoFontDescription,
}
Fields§
§attr: PangoAttribute
§desc: *mut PangoFontDescription
Trait Implementations§
source§impl Clone for PangoAttrFontDesc
impl Clone for PangoAttrFontDesc
source§fn clone(&self) -> PangoAttrFontDesc
fn clone(&self) -> PangoAttrFontDesc
Returns a copy 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 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