Struct windows_sys::Win32::Security::Credentials::SCARD_T0_REQUEST
[−]#[repr(C)]pub struct SCARD_T0_REQUEST {
pub ioRequest: SCARD_IO_REQUEST,
pub bSw1: u8,
pub bSw2: u8,
pub Anonymous: SCARD_T0_REQUEST_0,
}
Expand description
Required features: "Win32_Security_Credentials"
Fields
ioRequest: SCARD_IO_REQUEST
bSw1: u8
bSw2: u8
Anonymous: SCARD_T0_REQUEST_0
Trait Implementations
impl Clone for SCARD_T0_REQUEST
impl Clone for SCARD_T0_REQUEST
impl Copy for SCARD_T0_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for SCARD_T0_REQUEST
impl Send for SCARD_T0_REQUEST
impl Sync for SCARD_T0_REQUEST
impl Unpin for SCARD_T0_REQUEST
impl UnwindSafe for SCARD_T0_REQUEST
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