#[repr(u8)]pub enum InfoCmdType {
Revision = 0,
KeyValid = 1,
State = 2,
Gpio = 3,
VolKeyPermit = 4,
}
Expand description
Modes of calling the info_cmd() function
Variants§
Auto Trait Implementations§
impl Freeze for InfoCmdType
impl RefUnwindSafe for InfoCmdType
impl Send for InfoCmdType
impl Sync for InfoCmdType
impl Unpin for InfoCmdType
impl UnwindSafe for InfoCmdType
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