pub struct __CFMachPort { /* private fields */ }Expand description
Opaque Apple SDK type __CFMachPort.
Trait Implementations§
Source§impl Clone for __CFMachPort
impl Clone for __CFMachPort
Source§fn clone(&self) -> __CFMachPort
fn clone(&self) -> __CFMachPort
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CFMachPort
impl Debug 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