Struct endpoint_sec_sys::es_event_xpc_connect_t
source · #[repr(C)]pub struct es_event_xpc_connect_t {
pub service_name: es_string_token_t,
pub service_domain_type: es_xpc_domain_type_t,
}
Available on macOS and crate feature
macos_14_0_0
only.Expand description
Notification for an XPC connection being established to a named service.
Fields§
§service_name: es_string_token_t
Service name of the named service.
service_domain_type: es_xpc_domain_type_t
The type of XPC domain in which the service resides in.
Auto Trait Implementations§
impl Freeze for es_event_xpc_connect_t
impl RefUnwindSafe for es_event_xpc_connect_t
impl !Send for es_event_xpc_connect_t
impl !Sync for es_event_xpc_connect_t
impl Unpin for es_event_xpc_connect_t
impl UnwindSafe for es_event_xpc_connect_t
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