pub struct LayerClip {
pub strip_range: Range<usize>,
pub thread_idx: u8,
pub bbox: RectU16,
}Expand description
Clip path associated with a recorded layer.
Fields§
§strip_range: Range<usize>Range of strips representing the clip path.
thread_idx: u8Index of the thread-local strip storage containing the strips.
bbox: RectU16Tile-aligned bounds of the clip path.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LayerClip
impl RefUnwindSafe for LayerClip
impl Send for LayerClip
impl Sync for LayerClip
impl Unpin for LayerClip
impl UnsafeUnpin for LayerClip
impl UnwindSafe for LayerClip
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