Enum core_graphics::sys::CGGradient
source · pub enum CGGradient {}
Auto Trait Implementations§
impl Freeze for CGGradient
impl RefUnwindSafe for CGGradient
impl Send for CGGradient
impl Sync for CGGradient
impl Unpin for CGGradient
impl UnwindSafe for CGGradient
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