#[repr(C)]pub struct __CGGradient(/* private fields */);
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