pub struct Autolaunch {
pub guid: Option<[u8; 16]>,
}
Expand description
This represents a DBus server address with the prefix autolaunch:
.
Fields§
§guid: Option<[u8; 16]>
The GUID of the Address.
Implementations§
Source§impl Autolaunch
impl Autolaunch
pub fn is_connectable(&self) -> bool
pub fn is_listenable(&self) -> bool
Trait Implementations§
Source§impl Clone for Autolaunch
impl Clone for Autolaunch
Source§fn clone(&self) -> Autolaunch
fn clone(&self) -> Autolaunch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Autolaunch
impl Debug for Autolaunch
Source§impl Display for Autolaunch
impl Display for Autolaunch
Source§impl PartialEq for Autolaunch
impl PartialEq for Autolaunch
Source§impl TryFrom<&str> for Autolaunch
impl TryFrom<&str> for Autolaunch
impl Eq for Autolaunch
impl StructuralPartialEq for Autolaunch
Auto Trait Implementations§
impl Freeze for Autolaunch
impl RefUnwindSafe for Autolaunch
impl Send for Autolaunch
impl Sync for Autolaunch
impl Unpin for Autolaunch
impl UnwindSafe for Autolaunch
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