Enum locodrive::args::RepStructure
source · pub enum RepStructure {
LissyIrReport(LissyIrReport),
RFID5Report(RFID5Report),
RFID7Report(RFID7Report),
WheelcntReport(WheelcntReport),
}
Expand description
Represents a report message
Variants§
LissyIrReport(LissyIrReport)
A Lissy IR report
RFID5Report(RFID5Report)
A rfid5 report
RFID7Report(RFID7Report)
A rfid7 report
WheelcntReport(WheelcntReport)
A wheel count report
Trait Implementations§
source§impl Clone for RepStructure
impl Clone for RepStructure
source§fn clone(&self) -> RepStructure
fn clone(&self) -> RepStructure
Returns a copy 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 RepStructure
impl Debug for RepStructure
source§impl Hash for RepStructure
impl Hash for RepStructure
source§impl PartialEq for RepStructure
impl PartialEq for RepStructure
impl Copy for RepStructure
impl Eq for RepStructure
impl StructuralPartialEq for RepStructure
Auto Trait Implementations§
impl Freeze for RepStructure
impl RefUnwindSafe for RepStructure
impl Send for RepStructure
impl Sync for RepStructure
impl Unpin for RepStructure
impl UnwindSafe for RepStructure
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)