pub struct GradFill {
pub rotate_with_shape: bool,
pub linear_gradient_fill: Option<LinearGradientFill>,
pub gradient_stop_list: Option<GradientStopList>,
}
Fields§
§rotate_with_shape: bool
§linear_gradient_fill: Option<LinearGradientFill>
§gradient_stop_list: Option<GradientStopList>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GradFill
impl RefUnwindSafe for GradFill
impl Send for GradFill
impl Sync for GradFill
impl Unpin for GradFill
impl UnwindSafe for GradFill
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