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