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