Struct CGSRegion
core_graphics::private
pub struct CGSRegion { /* fields omitted */ }
impl CGSRegion
fn from_rect(rect: &CGRect) -> CGSRegion
fn from_rects(rects: &[CGRect]) -> CGSRegion
impl Drop for CGSRegion
fn drop(&mut self)
Executes the destructor for this type. Read more