pub enum EventGenerator {
RqSAAndLun {
i2c_addr: u8,
channel_number: Channel,
lun: LogicalUnit,
},
SoftwareId {
software_id: u8,
channel_number: Channel,
},
}Variants§
Trait Implementations§
Source§impl Clone for EventGenerator
impl Clone for EventGenerator
Source§fn clone(&self) -> EventGenerator
fn clone(&self) -> EventGenerator
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 EventGenerator
impl Debug for EventGenerator
Source§impl PartialEq for EventGenerator
impl PartialEq for EventGenerator
impl Copy for EventGenerator
impl StructuralPartialEq for EventGenerator
Auto Trait Implementations§
impl Freeze for EventGenerator
impl RefUnwindSafe for EventGenerator
impl Send for EventGenerator
impl Sync for EventGenerator
impl Unpin for EventGenerator
impl UnwindSafe for EventGenerator
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