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