pub struct StyleBoxShadow {
pub top: Option<CssPropertyValue<BoxShadowPreDisplayItem>>,
pub right: Option<CssPropertyValue<BoxShadowPreDisplayItem>>,
pub bottom: Option<CssPropertyValue<BoxShadowPreDisplayItem>>,
pub left: Option<CssPropertyValue<BoxShadowPreDisplayItem>>,
}
Fields§
§top: Option<CssPropertyValue<BoxShadowPreDisplayItem>>
§right: Option<CssPropertyValue<BoxShadowPreDisplayItem>>
§bottom: Option<CssPropertyValue<BoxShadowPreDisplayItem>>
§left: Option<CssPropertyValue<BoxShadowPreDisplayItem>>
Trait Implementations§
Source§impl Clone for StyleBoxShadow
impl Clone for StyleBoxShadow
Source§fn clone(&self) -> StyleBoxShadow
fn clone(&self) -> StyleBoxShadow
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 StyleBoxShadow
impl Debug for StyleBoxShadow
Source§impl Hash for StyleBoxShadow
impl Hash for StyleBoxShadow
Source§impl Ord for StyleBoxShadow
impl Ord for StyleBoxShadow
Source§fn cmp(&self, other: &StyleBoxShadow) -> Ordering
fn cmp(&self, other: &StyleBoxShadow) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StyleBoxShadow
impl PartialEq for StyleBoxShadow
Source§impl PartialOrd for StyleBoxShadow
impl PartialOrd for StyleBoxShadow
impl Copy for StyleBoxShadow
impl Eq for StyleBoxShadow
impl StructuralPartialEq for StyleBoxShadow
Auto Trait Implementations§
impl Freeze for StyleBoxShadow
impl RefUnwindSafe for StyleBoxShadow
impl Send for StyleBoxShadow
impl Sync for StyleBoxShadow
impl Unpin for StyleBoxShadow
impl UnwindSafe for StyleBoxShadow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)