pub struct LinearGradientFill {
pub angle: isize,
pub scaled: bool,
}
Fields§
§angle: isize
§scaled: bool
Trait Implementations§
Source§impl Clone for LinearGradientFill
impl Clone for LinearGradientFill
Source§fn clone(&self) -> LinearGradientFill
fn clone(&self) -> LinearGradientFill
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 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
Source§impl<'__input> XmlRead<'__input> for LinearGradientFill
impl<'__input> XmlRead<'__input> for LinearGradientFill
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