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