Struct dispatch::ffi::dispatch_object_s
source · #[repr(C)]pub struct dispatch_object_s { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for dispatch_object_s
impl Send for dispatch_object_s
impl Sync for dispatch_object_s
impl Unpin for dispatch_object_s
impl UnwindSafe for dispatch_object_s
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