pub struct PinInfo {
pub max_retry_count: u32,
pub remain_retry_count: u32,
pub default_pin: bool,
}
Expand description
PIN information
Fields§
§max_retry_count: u32
§remain_retry_count: u32
§default_pin: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinInfo
impl RefUnwindSafe for PinInfo
impl Send for PinInfo
impl Sync for PinInfo
impl Unpin for PinInfo
impl UnwindSafe for PinInfo
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