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