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