Struct webrender_api::display_item::PushShadowDisplayItem
source · pub struct PushShadowDisplayItem {
pub space_and_clip: SpaceAndClipInfo,
pub shadow: Shadow,
pub should_inflate: bool,
}
Fields§
§space_and_clip: SpaceAndClipInfo
§shadow: Shadow
§should_inflate: bool
Trait Implementations§
source§impl Clone for PushShadowDisplayItem
impl Clone for PushShadowDisplayItem
source§fn clone(&self) -> PushShadowDisplayItem
fn clone(&self) -> PushShadowDisplayItem
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 PushShadowDisplayItem
impl Debug for PushShadowDisplayItem
source§impl Default for PushShadowDisplayItem
impl Default for PushShadowDisplayItem
source§fn default() -> PushShadowDisplayItem
fn default() -> PushShadowDisplayItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PushShadowDisplayItem
impl<'de> Deserialize<'de> for PushShadowDisplayItem
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 PushShadowDisplayItem
impl PartialEq for PushShadowDisplayItem
source§fn eq(&self, other: &PushShadowDisplayItem) -> bool
fn eq(&self, other: &PushShadowDisplayItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for PushShadowDisplayItem
impl Peek for PushShadowDisplayItem
source§impl Poke for PushShadowDisplayItem
impl Poke for PushShadowDisplayItem
source§impl Serialize for PushShadowDisplayItem
impl Serialize for PushShadowDisplayItem
impl Copy for PushShadowDisplayItem
impl StructuralPartialEq for PushShadowDisplayItem
Auto Trait Implementations§
impl Freeze for PushShadowDisplayItem
impl RefUnwindSafe for PushShadowDisplayItem
impl Send for PushShadowDisplayItem
impl Sync for PushShadowDisplayItem
impl Unpin for PushShadowDisplayItem
impl UnwindSafe for PushShadowDisplayItem
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