pub struct BlendChild {
pub threshold: f64,
pub clip: ClipId,
}Fields§
§threshold: f64§clip: ClipIdTrait Implementations§
Source§impl Clone for BlendChild
impl Clone for BlendChild
Source§fn clone(&self) -> BlendChild
fn clone(&self) -> BlendChild
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BlendChild
impl Debug for BlendChild
Source§impl<'de> Deserialize<'de> for BlendChild
impl<'de> Deserialize<'de> for BlendChild
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 BlendChild
impl PartialEq for BlendChild
Source§impl Serialize for BlendChild
impl Serialize for BlendChild
impl StructuralPartialEq for BlendChild
Auto Trait Implementations§
impl Freeze for BlendChild
impl RefUnwindSafe for BlendChild
impl Send for BlendChild
impl Sync for BlendChild
impl Unpin for BlendChild
impl UnsafeUnpin for BlendChild
impl UnwindSafe for BlendChild
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