#[repr(i32)]pub enum GBusType {
G_BUS_TYPE_STARTER = -1,
G_BUS_TYPE_NONE = 0,
G_BUS_TYPE_SYSTEM = 1,
G_BUS_TYPE_SESSION = 2,
}Variants§
Trait Implementations§
impl Copy for GBusType
impl Eq for GBusType
impl StructuralPartialEq for GBusType
Auto Trait Implementations§
impl Freeze for GBusType
impl RefUnwindSafe for GBusType
impl Send for GBusType
impl Sync for GBusType
impl Unpin for GBusType
impl UnwindSafe for GBusType
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