Struct pango_sys::PangoAttrInt
source · [−]#[repr(C)]pub struct PangoAttrInt {
pub attr: PangoAttribute,
pub value: c_int,
}
Fields
attr: PangoAttribute
value: c_int
Trait Implementations
sourceimpl Clone for PangoAttrInt
impl Clone for PangoAttrInt
sourcefn clone(&self) -> PangoAttrInt
fn clone(&self) -> PangoAttrInt
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 PangoAttrInt
impl Debug for PangoAttrInt
impl Copy for PangoAttrInt
Auto Trait Implementations
impl RefUnwindSafe for PangoAttrInt
impl !Send for PangoAttrInt
impl !Sync for PangoAttrInt
impl Unpin for PangoAttrInt
impl UnwindSafe for PangoAttrInt
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