Union windows_sys::Win32::Security::Credentials::SCARD_T0_REQUEST_0
[−]#[repr(C)]
pub union SCARD_T0_REQUEST_0 {
pub CmdBytes: SCARD_T0_COMMAND,
pub rgbHeader: [u8; 5],
}
Expand description
Required features: "Win32_Security_Credentials"
Fields
CmdBytes: SCARD_T0_COMMAND
rgbHeader: [u8; 5]
Trait Implementations
impl Clone for SCARD_T0_REQUEST_0
impl Clone for SCARD_T0_REQUEST_0
impl Copy for SCARD_T0_REQUEST_0
Auto Trait Implementations
impl RefUnwindSafe for SCARD_T0_REQUEST_0
impl Send for SCARD_T0_REQUEST_0
impl Sync for SCARD_T0_REQUEST_0
impl Unpin for SCARD_T0_REQUEST_0
impl UnwindSafe for SCARD_T0_REQUEST_0
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