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: PangoAttributeink_rect: PangoRectanglelogical_rect: PangoRectangledata: gpointercopy_func: PangoAttrDataCopyFuncdestroy_func: GDestroyNotifyTrait Implementations
sourceimpl Clone for PangoAttrShape
impl Clone for PangoAttrShape
sourcefn clone(&self) -> PangoAttrShape
fn clone(&self) -> PangoAttrShape
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
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