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