pub enum DeviceMessage {
DBirth,
DDeath,
DData,
DCmd,
}Variants§
Trait Implementations§
Source§impl Clone for DeviceMessage
impl Clone for DeviceMessage
Source§fn clone(&self) -> DeviceMessage
fn clone(&self) -> DeviceMessage
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 DeviceMessage
impl Debug for DeviceMessage
Source§impl PartialEq for DeviceMessage
impl PartialEq for DeviceMessage
impl StructuralPartialEq for DeviceMessage
Auto Trait Implementations§
impl Freeze for DeviceMessage
impl RefUnwindSafe for DeviceMessage
impl Send for DeviceMessage
impl Sync for DeviceMessage
impl Unpin for DeviceMessage
impl UnwindSafe for DeviceMessage
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