#[repr(C)]pub struct BLGradientStop {
pub offset: f64,
pub rgba: BLRgba64,
}Fields§
§offset: f64§rgba: BLRgba64Trait Implementations§
Source§impl Clone for BLGradientStop
impl Clone for BLGradientStop
Source§fn clone(&self) -> BLGradientStop
fn clone(&self) -> BLGradientStop
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLGradientStop
Auto Trait Implementations§
impl Freeze for BLGradientStop
impl RefUnwindSafe for BLGradientStop
impl Send for BLGradientStop
impl Sync for BLGradientStop
impl Unpin for BLGradientStop
impl UnwindSafe for BLGradientStop
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