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