pub struct IoSurface(/* private fields */);
Expand description
A MacOS IOSurface instance
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoSurface
impl RefUnwindSafe for IoSurface
impl !Send for IoSurface
impl !Sync for IoSurface
impl Unpin for IoSurface
impl UnwindSafe for IoSurface
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