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