Struct pango_sys::PangoEngineShape
source · [−]#[repr(C)]pub struct PangoEngineShape {
pub parent_instance: PangoEngine,
}Fields
parent_instance: PangoEngineTrait Implementations
sourceimpl Clone for PangoEngineShape
impl Clone for PangoEngineShape
sourcefn clone(&self) -> PangoEngineShape
fn clone(&self) -> PangoEngineShape
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 moresourceimpl Debug for PangoEngineShape
impl Debug for PangoEngineShape
impl Copy for PangoEngineShape
Auto Trait Implementations
impl RefUnwindSafe for PangoEngineShape
impl !Send for PangoEngineShape
impl !Sync for PangoEngineShape
impl Unpin for PangoEngineShape
impl UnwindSafe for PangoEngineShape
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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