Struct core_graphics::private::CGSSurface
source · pub struct CGSSurface { /* private fields */ }
Expand description
This should always be memory-safe; the window server rejects any invalid surface IDs.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for CGSSurface
impl Send for CGSSurface
impl Sync for CGSSurface
impl Unpin for CGSSurface
impl UnwindSafe for CGSSurface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more