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 Freeze for CGSSurface
impl RefUnwindSafe for CGSSurface
impl Send for CGSSurface
impl Sync for CGSSurface
impl Unpin for CGSSurface
impl UnwindSafe for CGSSurface
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