pub struct __CFRunLoop { /* private fields */ }Expand description
Opaque Apple SDK type __CFRunLoop.
Trait Implementations§
Source§impl Clone for __CFRunLoop
impl Clone for __CFRunLoop
Source§fn clone(&self) -> __CFRunLoop
fn clone(&self) -> __CFRunLoop
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CFRunLoop
impl Debug for __CFRunLoop
impl Copy for __CFRunLoop
Auto Trait Implementations§
impl Freeze for __CFRunLoop
impl RefUnwindSafe for __CFRunLoop
impl Send for __CFRunLoop
impl Sync for __CFRunLoop
impl Unpin for __CFRunLoop
impl UnsafeUnpin for __CFRunLoop
impl UnwindSafe for __CFRunLoop
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