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