#[repr(C)]pub struct __IOSurface(/* private fields */);
๐Deprecated: use the objc2-io-surface crate instead
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