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