Struct pango_sys::PangoAttrString
source · [−]#[repr(C)]pub struct PangoAttrString {
pub attr: PangoAttribute,
pub value: *mut c_char,
}
Fields
attr: PangoAttribute
value: *mut c_char
Trait Implementations
sourceimpl Clone for PangoAttrString
impl Clone for PangoAttrString
sourcefn clone(&self) -> PangoAttrString
fn clone(&self) -> PangoAttrString
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 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
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