pub struct RenderCommandClipEnd {
pub bounds: BoundingBox,
pub id: ElementId,
pub z_index: i32,
}Expand description
Closes the clip region opened by the matching RenderCommandClipStart.
Fields§
§bounds: BoundingBoxClip bounds in screen space (same as the matching start).
id: ElementIdElement that owns this clip container.
z_index: i32Draw order relative to siblings.
Trait Implementations§
Source§impl Clone for RenderCommandClipEnd
impl Clone for RenderCommandClipEnd
Source§fn clone(&self) -> RenderCommandClipEnd
fn clone(&self) -> RenderCommandClipEnd
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 moreAuto Trait Implementations§
impl Freeze for RenderCommandClipEnd
impl RefUnwindSafe for RenderCommandClipEnd
impl Send for RenderCommandClipEnd
impl Sync for RenderCommandClipEnd
impl Unpin for RenderCommandClipEnd
impl UnsafeUnpin for RenderCommandClipEnd
impl UnwindSafe for RenderCommandClipEnd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
Source§fn embed(self) -> RenderTList<H, TailTarget>
fn embed(self) -> RenderTList<H, TailTarget>
Converts
self into Target.