Struct pango_sys::PangoAttrShape
source · #[repr(C)]pub struct PangoAttrShape {
pub attr: PangoAttribute,
pub ink_rect: PangoRectangle,
pub logical_rect: PangoRectangle,
pub data: gpointer,
pub copy_func: PangoAttrDataCopyFunc,
pub destroy_func: GDestroyNotify,
}
Fields§
§attr: PangoAttribute
§ink_rect: PangoRectangle
§logical_rect: PangoRectangle
§data: gpointer
§copy_func: PangoAttrDataCopyFunc
§destroy_func: GDestroyNotify
Trait Implementations§
source§impl Clone for PangoAttrShape
impl Clone for PangoAttrShape
source§fn clone(&self) -> PangoAttrShape
fn clone(&self) -> PangoAttrShape
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 PangoAttrShape
impl Debug for PangoAttrShape
impl Copy for PangoAttrShape
Auto Trait Implementations§
impl RefUnwindSafe for PangoAttrShape
impl !Send for PangoAttrShape
impl !Sync for PangoAttrShape
impl Unpin for PangoAttrShape
impl UnwindSafe for PangoAttrShape
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