#[repr(C)]pub struct SaveLayerRec;Implementations§
Source§impl<'a> SaveLayerRec
impl<'a> SaveLayerRec
pub fn bounds(self, bounds: &'a Rect) -> Self
pub fn paint(self, paint: &'a Paint) -> Self
pub fn backdrop(self, backdrop: &'a ImageFilter) -> Self
pub fn color_space(self, color_space: &'a ColorSpace) -> Self
Trait Implementations§
Source§impl Default for SaveLayerRec
impl Default for SaveLayerRec
Source§fn default() -> SaveLayerRec
fn default() -> SaveLayerRec
Returns the “default value” for a type. Read more