#[repr(C)]pub struct MaskPathPatch {
pub path: String,
pub clips: Vec<String>,
pub opacity: Option<f64>,
}Expand description
One vector coverage path entry for a native occlusion mask.
Fields§
§path: String§clips: Vec<String>§opacity: Option<f64>Trait Implementations§
Source§impl Clone for MaskPathPatch
impl Clone for MaskPathPatch
Source§impl Debug for MaskPathPatch
impl Debug for MaskPathPatch
Source§impl Default for MaskPathPatch
impl Default for MaskPathPatch
impl Eq for MaskPathPatch
Source§impl Hash for MaskPathPatch
impl Hash for MaskPathPatch
Source§impl PartialEq for MaskPathPatch
impl PartialEq for MaskPathPatch
Auto Trait Implementations§
impl Freeze for MaskPathPatch
impl RefUnwindSafe for MaskPathPatch
impl Send for MaskPathPatch
impl Sync for MaskPathPatch
impl Unpin for MaskPathPatch
impl UnsafeUnpin for MaskPathPatch
impl UnwindSafe for MaskPathPatch
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