#[repr(C)]pub struct BLLinearGradientValues {
pub x0: f64,
pub y0: f64,
pub x1: f64,
pub y1: f64,
}Fields§
§x0: f64§y0: f64§x1: f64§y1: f64Trait Implementations§
Source§impl Clone for BLLinearGradientValues
impl Clone for BLLinearGradientValues
Source§fn clone(&self) -> BLLinearGradientValues
fn clone(&self) -> BLLinearGradientValues
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 BLLinearGradientValues
Auto Trait Implementations§
impl Freeze for BLLinearGradientValues
impl RefUnwindSafe for BLLinearGradientValues
impl Send for BLLinearGradientValues
impl Sync for BLLinearGradientValues
impl Unpin for BLLinearGradientValues
impl UnwindSafe for BLLinearGradientValues
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