Struct cryptoauthlib_sys::ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_3 [−][src]
#[repr(C)]pub struct ATCAIfaceCfg__bindgen_ty_1__bindgen_ty_3 { pub port: c_int, pub baud: u32, pub wordsize: u8, pub parity: u8, pub stopbits: u8, }
Fields
port: c_intbaud: u32wordsize: u8parity: u8stopbits: u8Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more