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