Union cryptoauthlib_sys::ATCAIfaceCfg__bindgen_ty_1 [−][src]
#[repr(C)]
pub union ATCAIfaceCfg__bindgen_ty_1 {
pub atcai2c: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_1,
pub atcaswi: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_2,
pub atcauart: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_3,
pub atcahid: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_4,
pub atcacustom: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_5,
}Fields
atcai2c: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_1atcaswi: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_2atcauart: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_3atcahid: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_4atcacustom: ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_5Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ATCAIfaceCfg__bindgen_ty_1impl Send for ATCAIfaceCfg__bindgen_ty_1impl Sync for ATCAIfaceCfg__bindgen_ty_1impl Unpin for ATCAIfaceCfg__bindgen_ty_1impl UnwindSafe for ATCAIfaceCfg__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more