#[repr(C)]
pub enum BusType {
Session,
System,
Starter,
}
Expand description
System or Session bus
Variants
Session
System
Starter
Trait Implementations
sourceimpl Clone for DBusBusType
impl Clone for DBusBusType
sourcefn clone(&self) -> DBusBusType
fn clone(&self) -> DBusBusType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DBusBusType
impl Debug for DBusBusType
sourceimpl PartialEq<DBusBusType> for DBusBusType
impl PartialEq<DBusBusType> for DBusBusType
sourcefn eq(&self, other: &DBusBusType) -> bool
fn eq(&self, other: &DBusBusType) -> bool
impl Copy for DBusBusType
impl StructuralPartialEq for DBusBusType
Auto Trait Implementations
impl RefUnwindSafe for DBusBusType
impl Send for DBusBusType
impl Sync for DBusBusType
impl Unpin for DBusBusType
impl UnwindSafe for DBusBusType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more