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
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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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