Union windows_sys::Win32::Security::Credentials::READER_SEL_REQUEST_0
#[repr(C)]
pub union READER_SEL_REQUEST_0 {
pub ReaderAndContainerParameter: READER_SEL_REQUEST_0_0,
pub SerialNumberParameter: READER_SEL_REQUEST_0_1,
}
Fields§
§ReaderAndContainerParameter: READER_SEL_REQUEST_0_0
§SerialNumberParameter: READER_SEL_REQUEST_0_1
Trait Implementations§
§impl Clone for READER_SEL_REQUEST_0
impl Clone for READER_SEL_REQUEST_0
impl Copy for READER_SEL_REQUEST_0
Auto Trait Implementations§
impl RefUnwindSafe for READER_SEL_REQUEST_0
impl Send for READER_SEL_REQUEST_0
impl Sync for READER_SEL_REQUEST_0
impl Unpin for READER_SEL_REQUEST_0
impl UnwindSafe for READER_SEL_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