Struct endpoint_sec::EventUipcBind
source · pub struct EventUipcBind<'a> { /* private fields */ }Available on crate feature
macos_10_15_1 and macOS only.Expand description
A UNIX-domain socket is about to be bound to a path.
Implementations§
Trait Implementations§
source§impl<'a> Debug for EventUipcBind<'a>
impl<'a> Debug for EventUipcBind<'a>
source§impl<'a> Hash for EventUipcBind<'a>
impl<'a> Hash for EventUipcBind<'a>
source§impl<'a> PartialEq for EventUipcBind<'a>
impl<'a> PartialEq for EventUipcBind<'a>
impl<'a> Eq for EventUipcBind<'a>
impl Send for EventUipcBind<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventUipcBind<'a>
impl<'a> RefUnwindSafe for EventUipcBind<'a>
impl<'a> !Sync for EventUipcBind<'a>
impl<'a> Unpin for EventUipcBind<'a>
impl<'a> UnwindSafe for EventUipcBind<'a>
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