pub struct ClipDisplayItem {
pub id: ClipId,
pub parent_space_and_clip: SpaceAndClipInfo,
pub clip_rect: LayoutRect,
}
Fields§
§id: ClipId
§parent_space_and_clip: SpaceAndClipInfo
§clip_rect: LayoutRect
Trait Implementations§
Source§impl Clone for ClipDisplayItem
impl Clone for ClipDisplayItem
Source§fn clone(&self) -> ClipDisplayItem
fn clone(&self) -> ClipDisplayItem
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 ClipDisplayItem
impl Debug for ClipDisplayItem
Source§impl Default for ClipDisplayItem
impl Default for ClipDisplayItem
Source§fn default() -> ClipDisplayItem
fn default() -> ClipDisplayItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClipDisplayItem
impl<'de> Deserialize<'de> for ClipDisplayItem
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 ClipDisplayItem
impl PartialEq for ClipDisplayItem
Source§impl Peek for ClipDisplayItem
impl Peek for ClipDisplayItem
Source§impl Poke for ClipDisplayItem
impl Poke for ClipDisplayItem
Source§impl Serialize for ClipDisplayItem
impl Serialize for ClipDisplayItem
impl Copy for ClipDisplayItem
impl StructuralPartialEq for ClipDisplayItem
Auto Trait Implementations§
impl Freeze for ClipDisplayItem
impl RefUnwindSafe for ClipDisplayItem
impl Send for ClipDisplayItem
impl Sync for ClipDisplayItem
impl Unpin for ClipDisplayItem
impl UnwindSafe for ClipDisplayItem
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