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
sourceimpl Clone for PangoAttrFontDesc
impl Clone for PangoAttrFontDesc
sourcefn clone(&self) -> PangoAttrFontDesc
fn clone(&self) -> PangoAttrFontDesc
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 moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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