Struct pango_sys::PangoAttrClass
source · #[repr(C)]pub struct PangoAttrClass {
pub type_: PangoAttrType,
pub copy: Option<unsafe extern "C" fn(_: *const PangoAttribute) -> *mut PangoAttribute>,
pub destroy: Option<unsafe extern "C" fn(_: *mut PangoAttribute)>,
pub equal: Option<unsafe extern "C" fn(_: *const PangoAttribute, _: *const PangoAttribute) -> gboolean>,
}
Fields§
§type_: PangoAttrType
§copy: Option<unsafe extern "C" fn(_: *const PangoAttribute) -> *mut PangoAttribute>
§destroy: Option<unsafe extern "C" fn(_: *mut PangoAttribute)>
§equal: Option<unsafe extern "C" fn(_: *const PangoAttribute, _: *const PangoAttribute) -> gboolean>
Trait Implementations§
source§impl Clone for PangoAttrClass
impl Clone for PangoAttrClass
source§fn clone(&self) -> PangoAttrClass
fn clone(&self) -> PangoAttrClass
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 PangoAttrClass
impl Debug for PangoAttrClass
impl Copy for PangoAttrClass
Auto Trait Implementations§
impl RefUnwindSafe for PangoAttrClass
impl Send for PangoAttrClass
impl Sync for PangoAttrClass
impl Unpin for PangoAttrClass
impl UnwindSafe for PangoAttrClass
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