pub struct IoConfig {
pub clock_high_delay: u16,
pub clock_low_delay: u16,
pub vericomm_isv: u8,
pub clock_check_enabled: bool,
pub mode_selector: u8,
pub licence_key: Option<u16>,
}Fields§
§clock_high_delay: u16§clock_low_delay: u16§vericomm_isv: u8§clock_check_enabled: bool§mode_selector: u8§licence_key: Option<u16>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IoConfig
impl RefUnwindSafe for IoConfig
impl Send for IoConfig
impl Sync for IoConfig
impl Unpin for IoConfig
impl UnsafeUnpin for IoConfig
impl UnwindSafe for IoConfig
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