#[repr(u8)]pub enum DsiReadCommand {
DcsShort {
arg: u8,
},
GenericShortP0 = 4,
GenericShortP1 {
arg0: u8,
},
GenericShortP2 {
arg0: u8,
arg1: u8,
},
}
Variants§
Implementations§
Source§impl DsiReadCommand
impl DsiReadCommand
pub fn discriminant(&self) -> u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsiReadCommand
impl RefUnwindSafe for DsiReadCommand
impl Send for DsiReadCommand
impl Sync for DsiReadCommand
impl Unpin for DsiReadCommand
impl UnwindSafe for DsiReadCommand
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