pub struct TsmConfig {
pub apdu_timeout_ms: u64,
pub apdu_retries: u8,
}Expand description
TSM configuration.
Fields§
§apdu_timeout_ms: u64APDU timeout in milliseconds (default 6000).
apdu_retries: u8Number of APDU retries (default 3).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TsmConfig
impl RefUnwindSafe for TsmConfig
impl Send for TsmConfig
impl Sync for TsmConfig
impl Unpin for TsmConfig
impl UnsafeUnpin for TsmConfig
impl UnwindSafe for TsmConfig
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