Struct pango::GlyphGeometry
source · [−]#[repr(transparent)]pub struct GlyphGeometry { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for GlyphGeometry
impl Clone for GlyphGeometry
sourceimpl Debug for GlyphGeometry
impl Debug for GlyphGeometry
impl Copy for GlyphGeometry
Auto Trait Implementations
impl RefUnwindSafe for GlyphGeometry
impl Send for GlyphGeometry
impl Sync for GlyphGeometry
impl Unpin for GlyphGeometry
impl UnwindSafe for GlyphGeometry
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