pub struct SetCardStatusParams {
pub state_before: CardLifeCycle,
pub target_state: CardLifeCycle,
pub p1_status_type: u8,
pub p2_state_byte: u8,
pub was_no_op: bool,
pub force_used: bool,
pub irreversible: bool,
}Fields§
§state_before: CardLifeCycle§target_state: CardLifeCycle§p1_status_type: u8§p2_state_byte: u8§was_no_op: bool§force_used: bool§irreversible: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetCardStatusParams
impl RefUnwindSafe for SetCardStatusParams
impl Send for SetCardStatusParams
impl Sync for SetCardStatusParams
impl Unpin for SetCardStatusParams
impl UnsafeUnpin for SetCardStatusParams
impl UnwindSafe for SetCardStatusParams
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