pub struct LinearGradientLine {
pub start: [f32; 2],
pub end: [f32; 2],
}Fields§
§start: [f32; 2]§end: [f32; 2]Trait Implementations§
Source§impl Clone for LinearGradientLine
impl Clone for LinearGradientLine
Source§fn clone(&self) -> LinearGradientLine
fn clone(&self) -> LinearGradientLine
Returns a duplicate 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 moreSource§impl Debug for LinearGradientLine
impl Debug for LinearGradientLine
Source§impl PartialEq for LinearGradientLine
impl PartialEq for LinearGradientLine
impl Copy for LinearGradientLine
impl StructuralPartialEq for LinearGradientLine
Auto Trait Implementations§
impl Freeze for LinearGradientLine
impl RefUnwindSafe for LinearGradientLine
impl Send for LinearGradientLine
impl Sync for LinearGradientLine
impl Unpin for LinearGradientLine
impl UnsafeUnpin for LinearGradientLine
impl UnwindSafe for LinearGradientLine
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