#[repr(C)]pub struct NativeMaskPatch {
pub id: u32,
pub size_x: f64,
pub size_y: f64,
pub entries: Vec<MaskPathPatch>,
}Expand description
Create/update patch for a native occlusion mask surface.
Fields§
§id: u32§size_x: f64§size_y: f64§entries: Vec<MaskPathPatch>Trait Implementations§
Source§impl Clone for NativeMaskPatch
impl Clone for NativeMaskPatch
Source§impl Debug for NativeMaskPatch
impl Debug for NativeMaskPatch
Source§impl Default for NativeMaskPatch
impl Default for NativeMaskPatch
Source§impl PartialEq for NativeMaskPatch
impl PartialEq for NativeMaskPatch
Source§impl Serialize for NativeMaskPatch
impl Serialize for NativeMaskPatch
impl StructuralPartialEq for NativeMaskPatch
Auto Trait Implementations§
impl Freeze for NativeMaskPatch
impl RefUnwindSafe for NativeMaskPatch
impl Send for NativeMaskPatch
impl Sync for NativeMaskPatch
impl Unpin for NativeMaskPatch
impl UnsafeUnpin for NativeMaskPatch
impl UnwindSafe for NativeMaskPatch
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