Struct core_foundation::runloop::__CFRunLoop
source · [−]#[repr(C)]pub struct __CFRunLoop(_);Auto Trait Implementations
impl RefUnwindSafe for __CFRunLoop
impl Send for __CFRunLoop
impl Sync for __CFRunLoop
impl Unpin for __CFRunLoop
impl UnwindSafe for __CFRunLoop
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more