pub struct LinearGradientFill { /* private fields */ }Implementations§
Source§impl LinearGradientFill
impl LinearGradientFill
pub fn get_angle(&self) -> &i32
pub fn set_angle(&mut self, value: i32) -> &mut LinearGradientFill
pub fn get_scaled(&self) -> &bool
pub fn set_scaled(&mut self, value: bool) -> &mut LinearGradientFill
Trait Implementations§
Source§impl Clone for LinearGradientFill
impl Clone for LinearGradientFill
Source§fn clone(&self) -> LinearGradientFill
fn clone(&self) -> LinearGradientFill
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 LinearGradientFill
impl Debug for LinearGradientFill
Source§impl Default for LinearGradientFill
impl Default for LinearGradientFill
Source§fn default() -> LinearGradientFill
fn default() -> LinearGradientFill
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinearGradientFill
impl RefUnwindSafe for LinearGradientFill
impl Send for LinearGradientFill
impl Sync for LinearGradientFill
impl Unpin for LinearGradientFill
impl UnwindSafe for LinearGradientFill
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