Struct webrender_api::display_item::DropShadowPrimitive
source · #[repr(C)]pub struct DropShadowPrimitive {
pub input: FilterPrimitiveInput,
pub shadow: Shadow,
}
Fields§
§input: FilterPrimitiveInput
§shadow: Shadow
Trait Implementations§
source§impl Clone for DropShadowPrimitive
impl Clone for DropShadowPrimitive
source§fn clone(&self) -> DropShadowPrimitive
fn clone(&self) -> DropShadowPrimitive
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 DropShadowPrimitive
impl Debug for DropShadowPrimitive
source§impl Default for DropShadowPrimitive
impl Default for DropShadowPrimitive
source§fn default() -> DropShadowPrimitive
fn default() -> DropShadowPrimitive
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DropShadowPrimitive
impl<'de> Deserialize<'de> for DropShadowPrimitive
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for DropShadowPrimitive
impl PartialEq for DropShadowPrimitive
source§fn eq(&self, other: &DropShadowPrimitive) -> bool
fn eq(&self, other: &DropShadowPrimitive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for DropShadowPrimitive
impl Peek for DropShadowPrimitive
source§impl Poke for DropShadowPrimitive
impl Poke for DropShadowPrimitive
source§impl Serialize for DropShadowPrimitive
impl Serialize for DropShadowPrimitive
impl Copy for DropShadowPrimitive
impl StructuralPartialEq for DropShadowPrimitive
Auto Trait Implementations§
impl Freeze for DropShadowPrimitive
impl RefUnwindSafe for DropShadowPrimitive
impl Send for DropShadowPrimitive
impl Sync for DropShadowPrimitive
impl Unpin for DropShadowPrimitive
impl UnwindSafe for DropShadowPrimitive
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