pub struct OuterShadow {Show 13 fields
pub blur_radius: Option<isize>,
pub distance: Option<isize>,
pub direction: Option<isize>,
pub alignment: Option<PenAlignment>,
pub kx: Option<isize>,
pub ky: Option<isize>,
pub rotate_with_shape: Option<bool>,
pub hsl_color: Option<HslClr>,
pub prst_color: Option<PrstClr>,
pub scheme_color: Option<SchemeClr>,
pub scrgb_color: Option<ScrgbClr>,
pub srgb_color: Option<SrgbClr>,
pub sys_color: Option<SysClr>,
}
Fields§
§blur_radius: Option<isize>
§distance: Option<isize>
§direction: Option<isize>
§alignment: Option<PenAlignment>
§kx: Option<isize>
§ky: Option<isize>
§rotate_with_shape: Option<bool>
§hsl_color: Option<HslClr>
§prst_color: Option<PrstClr>
§scheme_color: Option<SchemeClr>
§scrgb_color: Option<ScrgbClr>
§srgb_color: Option<SrgbClr>
§sys_color: Option<SysClr>
Trait Implementations§
Source§impl Clone for OuterShadow
impl Clone for OuterShadow
Source§fn clone(&self) -> OuterShadow
fn clone(&self) -> OuterShadow
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 OuterShadow
impl Debug for OuterShadow
Source§impl Default for OuterShadow
impl Default for OuterShadow
Source§fn default() -> OuterShadow
fn default() -> OuterShadow
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for OuterShadow
impl<'__input> XmlRead<'__input> for OuterShadow
Auto Trait Implementations§
impl Freeze for OuterShadow
impl RefUnwindSafe for OuterShadow
impl Send for OuterShadow
impl Sync for OuterShadow
impl Unpin for OuterShadow
impl UnwindSafe for OuterShadow
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