Enum rust_cryptoauthlib::AtcaIfaceType [−][src]
pub enum AtcaIfaceType { AtcaI2cIface, AtcaSwiIface, AtcaUartIface, AtcaSpiIface, AtcaHidIface, AtcaCustomIface, AtcaTestIface, AtcaUnknownIface, }
Expand description
Supported ATECC interfaces
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AtcaIfaceType
impl Send for AtcaIfaceType
impl Sync for AtcaIfaceType
impl Unpin for AtcaIfaceType
impl UnwindSafe for AtcaIfaceType
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V