pub struct Shadow {
pub color: Option<Color>,
pub offset: (Length, Length),
pub blur_radius: Option<Length>,
pub spread_radius: Option<Length>,
pub inset: Option<Ident>,
}Fields§
§color: Option<Color>§offset: (Length, Length)§blur_radius: Option<Length>§spread_radius: Option<Length>§inset: Option<Ident>Trait Implementations§
Source§impl Ord for Shadow
impl Ord for Shadow
Source§impl PartialOrd for Shadow
impl PartialOrd for Shadow
Source§impl ToCursors for Shadow
impl ToCursors for Shadow
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for Shadow
impl StructuralPartialEq for Shadow
Auto Trait Implementations§
impl Freeze for Shadow
impl RefUnwindSafe for Shadow
impl Send for Shadow
impl Sync for Shadow
impl Unpin for Shadow
impl UnwindSafe for Shadow
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