#[repr(C)]pub struct DropShadowPrimitive {
    pub input: FilterPrimitiveInput,
    pub shadow: Shadow,
}Fields§
§input: FilterPrimitiveInput§shadow: ShadowTrait Implementations§
Source§impl Clone for DropShadowPrimitive
 
impl Clone for DropShadowPrimitive
Source§fn clone(&self) -> DropShadowPrimitive
 
fn clone(&self) -> DropShadowPrimitive
Returns a duplicate 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§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