#[repr(C)]pub struct PangoEngine {
pub parent_instance: GObject,
}
Fields§
§parent_instance: GObject
Trait Implementations§
Source§impl Clone for PangoEngine
impl Clone for PangoEngine
Source§fn clone(&self) -> PangoEngine
fn clone(&self) -> PangoEngine
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 PangoEngine
impl Debug for PangoEngine
impl Copy for PangoEngine
Auto Trait Implementations§
impl Freeze for PangoEngine
impl RefUnwindSafe for PangoEngine
impl !Send for PangoEngine
impl !Sync for PangoEngine
impl Unpin for PangoEngine
impl UnwindSafe for PangoEngine
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