struct ClipFrame {
parent_context: ClipContext,
source_shift: Affine,
clip_revision: u64,
}Expand description
A frame containing clipping-relevant state for the root layer or a filter layer.
Fields§
§parent_context: ClipContextThe clip context of the parent.
source_shift: AffineThe accumulated source shift of the current layer.
clip_revision: u64The current revision of the clipping state.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClipFrame
impl RefUnwindSafe for ClipFrame
impl Send for ClipFrame
impl Sync for ClipFrame
impl Unpin for ClipFrame
impl UnsafeUnpin for ClipFrame
impl UnwindSafe for ClipFrame
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