Enum braid_triggerbox_comms::UdevMsg
source · pub enum UdevMsg {
Query,
Set([u8; 8]),
}
Variants§
Trait Implementations§
source§impl PartialEq for UdevMsg
impl PartialEq for UdevMsg
impl StructuralPartialEq for UdevMsg
Auto Trait Implementations§
impl Freeze for UdevMsg
impl RefUnwindSafe for UdevMsg
impl Send for UdevMsg
impl Sync for UdevMsg
impl Unpin for UdevMsg
impl UnwindSafe for UdevMsg
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