struct RawClip {
path: Range<usize>,
fill_rule: Fill,
transform: Affine,
aliasing_threshold: Option<u8>,
}Expand description
Raw data of a previously pushed clip path.
Fields§
§path: Range<usize>The range of commands in ClipState::path_elements belonging to this clip path.
fill_rule: Fill§transform: Affine§aliasing_threshold: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawClip
impl RefUnwindSafe for RawClip
impl Send for RawClip
impl Sync for RawClip
impl Unpin for RawClip
impl UnsafeUnpin for RawClip
impl UnwindSafe for RawClip
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