Enum rust_cryptoauthlib::InfoCmdType [−][src]
#[repr(u8)]
pub enum InfoCmdType {
Revision,
KeyValid,
State,
Gpio,
VolKeyPermit,
}Expand description
Modes of calling the info_cmd() function
Variants
Auto Trait Implementations
impl RefUnwindSafe for InfoCmdTypeimpl Send for InfoCmdTypeimpl Sync for InfoCmdTypeimpl Unpin for InfoCmdTypeimpl UnwindSafe for InfoCmdType