#[repr(C)]pub struct dispatch_source_type_s { /* private fields */ }
Trait Implementations§
Source§impl Debug for dispatch_source_type_s
impl Debug for dispatch_source_type_s
Source§impl RefEncode for dispatch_source_type_s
impl RefEncode for dispatch_source_type_s
Source§const ENCODING_REF: Encoding = objc2::encode::Encoding::Object
const ENCODING_REF: Encoding = objc2::encode::Encoding::Object
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl !Freeze for dispatch_source_type_s
impl !RefUnwindSafe for dispatch_source_type_s
impl !Send for dispatch_source_type_s
impl !Sync for dispatch_source_type_s
impl !Unpin for dispatch_source_type_s
impl !UnwindSafe for dispatch_source_type_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