Struct io_kit_sys::base::dispatch_queue_s
source · #[repr(C)]pub struct dispatch_queue_s { /* private fields */ }
Trait Implementations
sourceimpl Clone for dispatch_queue_s
impl Clone for dispatch_queue_s
sourceimpl Debug for dispatch_queue_s
impl Debug for dispatch_queue_s
impl Copy for dispatch_queue_s
Auto Trait Implementations
impl RefUnwindSafe for dispatch_queue_s
impl Send for dispatch_queue_s
impl Sync for dispatch_queue_s
impl Unpin for dispatch_queue_s
impl UnwindSafe for dispatch_queue_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more