pub struct BoxShadowPreDisplayItem {
pub offset: [PixelValueNoPercent; 2],
pub color: ColorU,
pub blur_radius: PixelValueNoPercent,
pub spread_radius: PixelValueNoPercent,
pub clip_mode: BoxShadowClipMode,
}
Fields§
§offset: [PixelValueNoPercent; 2]
§color: ColorU
§blur_radius: PixelValueNoPercent
§spread_radius: PixelValueNoPercent
§clip_mode: BoxShadowClipMode
Trait Implementations§
Source§impl Clone for BoxShadowPreDisplayItem
impl Clone for BoxShadowPreDisplayItem
Source§fn clone(&self) -> BoxShadowPreDisplayItem
fn clone(&self) -> BoxShadowPreDisplayItem
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 BoxShadowPreDisplayItem
impl Debug for BoxShadowPreDisplayItem
Source§impl Display for BoxShadowPreDisplayItem
impl Display for BoxShadowPreDisplayItem
Source§impl Hash for BoxShadowPreDisplayItem
impl Hash for BoxShadowPreDisplayItem
Source§impl Ord for BoxShadowPreDisplayItem
impl Ord for BoxShadowPreDisplayItem
Source§fn cmp(&self, other: &BoxShadowPreDisplayItem) -> Ordering
fn cmp(&self, other: &BoxShadowPreDisplayItem) -> 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 BoxShadowPreDisplayItem
impl PartialEq for BoxShadowPreDisplayItem
Source§impl PartialOrd for BoxShadowPreDisplayItem
impl PartialOrd for BoxShadowPreDisplayItem
impl Copy for BoxShadowPreDisplayItem
impl Eq for BoxShadowPreDisplayItem
impl StructuralPartialEq for BoxShadowPreDisplayItem
Auto Trait Implementations§
impl Freeze for BoxShadowPreDisplayItem
impl RefUnwindSafe for BoxShadowPreDisplayItem
impl Send for BoxShadowPreDisplayItem
impl Sync for BoxShadowPreDisplayItem
impl Unpin for BoxShadowPreDisplayItem
impl UnwindSafe for BoxShadowPreDisplayItem
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
)