pub struct ImageMaskClipDisplayItem {
pub id: ClipId,
pub spatial_id: SpatialId,
pub image_mask: ImageMask,
pub fill_rule: FillRule,
}
Fields§
§id: ClipId
§spatial_id: SpatialId
§image_mask: ImageMask
§fill_rule: FillRule
Trait Implementations§
source§impl Clone for ImageMaskClipDisplayItem
impl Clone for ImageMaskClipDisplayItem
source§fn clone(&self) -> ImageMaskClipDisplayItem
fn clone(&self) -> ImageMaskClipDisplayItem
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 ImageMaskClipDisplayItem
impl Debug for ImageMaskClipDisplayItem
source§impl Default for ImageMaskClipDisplayItem
impl Default for ImageMaskClipDisplayItem
source§fn default() -> ImageMaskClipDisplayItem
fn default() -> ImageMaskClipDisplayItem
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImageMaskClipDisplayItem
impl<'de> Deserialize<'de> for ImageMaskClipDisplayItem
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 ImageMaskClipDisplayItem
impl PartialEq for ImageMaskClipDisplayItem
source§fn eq(&self, other: &ImageMaskClipDisplayItem) -> bool
fn eq(&self, other: &ImageMaskClipDisplayItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for ImageMaskClipDisplayItem
impl Peek for ImageMaskClipDisplayItem
source§impl Poke for ImageMaskClipDisplayItem
impl Poke for ImageMaskClipDisplayItem
source§impl Serialize for ImageMaskClipDisplayItem
impl Serialize for ImageMaskClipDisplayItem
impl Copy for ImageMaskClipDisplayItem
impl StructuralPartialEq for ImageMaskClipDisplayItem
Auto Trait Implementations§
impl Freeze for ImageMaskClipDisplayItem
impl RefUnwindSafe for ImageMaskClipDisplayItem
impl Send for ImageMaskClipDisplayItem
impl Sync for ImageMaskClipDisplayItem
impl Unpin for ImageMaskClipDisplayItem
impl UnwindSafe for ImageMaskClipDisplayItem
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