pub struct GradientStopCollection(/* private fields */);Available on Windows only.
Auto Trait Implementations§
impl Freeze for GradientStopCollection
impl RefUnwindSafe for GradientStopCollection
impl !Send for GradientStopCollection
impl !Sync for GradientStopCollection
impl Unpin for GradientStopCollection
impl UnwindSafe for GradientStopCollection
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
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.