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],
}
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§
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