#[repr(C)]pub struct PangoFontsetSimple { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PangoFontsetSimple
impl RefUnwindSafe for PangoFontsetSimple
impl !Send for PangoFontsetSimple
impl !Sync for PangoFontsetSimple
impl !Unpin for PangoFontsetSimple
impl UnwindSafe for PangoFontsetSimple
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