pub struct __CFMachPort { /* private fields */ }Expand description
Opaque Apple SDK type __CFMachPort.
Trait Implementations§
Source§impl Clone for __CFMachPort
impl Clone for __CFMachPort
impl Copy for __CFMachPort
Auto Trait Implementations§
impl Freeze for __CFMachPort
impl RefUnwindSafe for __CFMachPort
impl Send for __CFMachPort
impl Sync for __CFMachPort
impl Unpin for __CFMachPort
impl UnsafeUnpin for __CFMachPort
impl UnwindSafe for __CFMachPort
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