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