pub struct Launchd {
pub env: String,
pub guid: Option<[u8; 16]>,
}
Expand description
This represents a DBus server address with the prefix launchd:
.
Fields§
§env: String
Path of the unix domain socket for the launchd created dbus-daemon.
guid: Option<[u8; 16]>
The GUID of the Address.
Implementations§
Source§impl Launchd
impl Launchd
pub fn is_connectable(&self) -> bool
pub fn is_listenable(&self) -> bool
Trait Implementations§
impl Eq for Launchd
impl StructuralPartialEq for Launchd
Auto Trait Implementations§
impl Freeze for Launchd
impl RefUnwindSafe for Launchd
impl Send for Launchd
impl Sync for Launchd
impl Unpin for Launchd
impl UnwindSafe for Launchd
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