Struct io_kit_sys::IONotificationPort
source · #[repr(C)]pub struct IONotificationPort { /* private fields */ }
Trait Implementations
sourceimpl Clone for IONotificationPort
impl Clone for IONotificationPort
sourcefn clone(&self) -> IONotificationPort
fn clone(&self) -> IONotificationPort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IONotificationPort
impl Debug for IONotificationPort
impl Copy for IONotificationPort
Auto Trait Implementations
impl RefUnwindSafe for IONotificationPort
impl Send for IONotificationPort
impl Sync for IONotificationPort
impl Unpin for IONotificationPort
impl UnwindSafe for IONotificationPort
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