#[repr(transparent)]pub struct SmartCardAutomaticResponseStatus(pub i32);
Expand description
Required features: "Devices_SmartCards"
Tuple Fields
0: i32
Implementations
impl SmartCardAutomaticResponseStatus
impl SmartCardAutomaticResponseStatus
pub const None: Self = Self(0i32)
pub const Success: Self = Self(1i32)
pub const UnknownError: Self = Self(2i32)
Trait Implementations
impl Clone for SmartCardAutomaticResponseStatus
impl Clone for SmartCardAutomaticResponseStatus
impl Copy for SmartCardAutomaticResponseStatus
Auto Trait Implementations
impl RefUnwindSafe for SmartCardAutomaticResponseStatus
impl Send for SmartCardAutomaticResponseStatus
impl Sync for SmartCardAutomaticResponseStatus
impl Unpin for SmartCardAutomaticResponseStatus
impl UnwindSafe for SmartCardAutomaticResponseStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more