pub struct __CFRunLoopTimer { /* private fields */ }Trait Implementations§
Source§impl Clone for __CFRunLoopTimer
impl Clone for __CFRunLoopTimer
Source§fn clone(&self) -> __CFRunLoopTimer
fn clone(&self) -> __CFRunLoopTimer
Returns a duplicate of the value. Read more
1.0.0 · 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 __CFRunLoopTimer
impl Debug for __CFRunLoopTimer
impl Copy for __CFRunLoopTimer
Auto Trait Implementations§
impl Freeze for __CFRunLoopTimer
impl RefUnwindSafe for __CFRunLoopTimer
impl Send for __CFRunLoopTimer
impl Sync for __CFRunLoopTimer
impl Unpin for __CFRunLoopTimer
impl UnwindSafe for __CFRunLoopTimer
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