Struct core_graphics::path::CGPath
source · pub struct CGPath(_);
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGPath
impl !Send for CGPath
impl !Sync for CGPath
impl Unpin for CGPath
impl UnwindSafe for CGPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more