#[repr(C)]pub struct ATCAIfaceCfg {
pub iface_type: ATCAIfaceType,
pub devtype: ATCADeviceType,
pub __bindgen_anon_1: ATCAIfaceCfg__bindgen_ty_1,
pub wake_delay: u16,
pub rx_retries: c_int,
pub cfg_data: *mut c_void,
}Fields§
§iface_type: ATCAIfaceType§devtype: ATCADeviceType§__bindgen_anon_1: ATCAIfaceCfg__bindgen_ty_1§wake_delay: u16§rx_retries: c_int§cfg_data: *mut c_voidTrait Implementations§
Source§impl Clone for ATCAIfaceCfg
impl Clone for ATCAIfaceCfg
Source§fn clone(&self) -> ATCAIfaceCfg
fn clone(&self) -> ATCAIfaceCfg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ATCAIfaceCfg
Auto Trait Implementations§
impl Freeze for ATCAIfaceCfg
impl RefUnwindSafe for ATCAIfaceCfg
impl !Send for ATCAIfaceCfg
impl !Sync for ATCAIfaceCfg
impl Unpin for ATCAIfaceCfg
impl UnwindSafe for ATCAIfaceCfg
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