Enum core_graphics::sys::CGPath
source · 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 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