Struct webrender_api::PropertyBindingId
source · #[repr(C)]pub struct PropertyBindingId {
pub namespace: IdNamespace,
pub uid: u32,
}
Expand description
A key to identify an animated property binding.
Fields§
§namespace: IdNamespace
§uid: u32
Implementations§
Trait Implementations§
source§impl Clone for PropertyBindingId
impl Clone for PropertyBindingId
source§fn clone(&self) -> PropertyBindingId
fn clone(&self) -> PropertyBindingId
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 PropertyBindingId
impl Debug for PropertyBindingId
source§impl Default for PropertyBindingId
impl Default for PropertyBindingId
source§fn default() -> PropertyBindingId
fn default() -> PropertyBindingId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PropertyBindingId
impl<'de> Deserialize<'de> for PropertyBindingId
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 Hash for PropertyBindingId
impl Hash for PropertyBindingId
source§impl MallocSizeOf for PropertyBindingId
impl MallocSizeOf for PropertyBindingId
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for PropertyBindingId
impl PartialEq for PropertyBindingId
source§fn eq(&self, other: &PropertyBindingId) -> bool
fn eq(&self, other: &PropertyBindingId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for PropertyBindingId
impl Peek for PropertyBindingId
source§impl Poke for PropertyBindingId
impl Poke for PropertyBindingId
source§impl Serialize for PropertyBindingId
impl Serialize for PropertyBindingId
impl Copy for PropertyBindingId
impl Eq for PropertyBindingId
impl StructuralPartialEq for PropertyBindingId
Auto Trait Implementations§
impl Freeze for PropertyBindingId
impl RefUnwindSafe for PropertyBindingId
impl Send for PropertyBindingId
impl Sync for PropertyBindingId
impl Unpin for PropertyBindingId
impl UnwindSafe for PropertyBindingId
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