#[repr(u32)]pub enum SdBusVtableType {
Start = 60,
End = 62,
Method = 77,
Signal = 83,
Property = 80,
WritableProperty = 87,
}Variants§
Trait Implementations§
Source§impl Clone for SdBusVtableType
impl Clone for SdBusVtableType
Source§fn clone(&self) -> SdBusVtableType
fn clone(&self) -> SdBusVtableType
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 SdBusVtableType
impl Debug for SdBusVtableType
impl Copy for SdBusVtableType
Auto Trait Implementations§
impl Freeze for SdBusVtableType
impl RefUnwindSafe for SdBusVtableType
impl Send for SdBusVtableType
impl Sync for SdBusVtableType
impl Unpin for SdBusVtableType
impl UnwindSafe for SdBusVtableType
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