Struct core_graphics::private::CGSRegion
source · pub struct CGSRegion { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CGSRegion
impl RefUnwindSafe for CGSRegion
impl !Send for CGSRegion
impl !Sync for CGSRegion
impl Unpin for CGSRegion
impl UnwindSafe for CGSRegion
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