Enum libsystemd_sys::bus::vtable::SdBusVtableType [−][src]
#[repr(u32)]
pub enum SdBusVtableType {
Start,
End,
Method,
Signal,
Property,
WritableProperty,
}Variants
Start
End
Method
Signal
Property
WritableProperty
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SdBusVtableType
impl Send for SdBusVtableType
impl Sync for SdBusVtableType
impl Unpin for SdBusVtableType
impl UnwindSafe for SdBusVtableType
Blanket Implementations
Mutably borrows from an owned value. Read more
