pub enum CGPath {}Auto Trait Implementations§
impl Freeze for CGPath
impl RefUnwindSafe for CGPath
impl Send for CGPath
impl Sync for CGPath
impl Unpin for CGPath
impl UnsafeUnpin 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