#[repr(C)]pub enum DBusBusType {
Session = 0,
System = 1,
Starter = 2,
}
Expand description
System or Session bus
Variants§
Trait Implementations§
Source§impl Clone for DBusBusType
impl Clone for DBusBusType
Source§fn clone(&self) -> DBusBusType
fn clone(&self) -> DBusBusType
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 DBusBusType
impl Debug for DBusBusType
Source§impl PartialEq for DBusBusType
impl PartialEq for DBusBusType
impl Copy for DBusBusType
impl StructuralPartialEq for DBusBusType
Auto Trait Implementations§
impl Freeze for DBusBusType
impl RefUnwindSafe for DBusBusType
impl Send for DBusBusType
impl Sync for DBusBusType
impl Unpin for DBusBusType
impl UnwindSafe for DBusBusType
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