pub struct __CVDisplayLink { /* private fields */ }Expand description
Opaque Apple SDK type __CVDisplayLink.
Trait Implementations§
Source§impl Clone for __CVDisplayLink
impl Clone for __CVDisplayLink
impl Copy for __CVDisplayLink
Auto Trait Implementations§
impl Freeze for __CVDisplayLink
impl RefUnwindSafe for __CVDisplayLink
impl Send for __CVDisplayLink
impl Sync for __CVDisplayLink
impl Unpin for __CVDisplayLink
impl UnsafeUnpin for __CVDisplayLink
impl UnwindSafe for __CVDisplayLink
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