#[repr(C)]pub struct READER_SEL_RESPONSE {
pub cbReaderNameOffset: DWORD,
pub cchReaderNameLength: DWORD,
pub cbCardNameOffset: DWORD,
pub cchCardNameLength: DWORD,
}
Fields§
§cbReaderNameOffset: DWORD
§cchReaderNameLength: DWORD
§cbCardNameOffset: DWORD
§cchCardNameLength: DWORD
Trait Implementations§
Source§impl Clone for READER_SEL_RESPONSE
impl Clone for READER_SEL_RESPONSE
Source§fn clone(&self) -> READER_SEL_RESPONSE
fn clone(&self) -> READER_SEL_RESPONSE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for READER_SEL_RESPONSE
impl Debug for READER_SEL_RESPONSE
Source§impl Ord for READER_SEL_RESPONSE
impl Ord for READER_SEL_RESPONSE
Source§fn cmp(&self, other: &READER_SEL_RESPONSE) -> Ordering
fn cmp(&self, other: &READER_SEL_RESPONSE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for READER_SEL_RESPONSE
impl PartialEq for READER_SEL_RESPONSE
Source§impl PartialOrd for READER_SEL_RESPONSE
impl PartialOrd for READER_SEL_RESPONSE
impl Copy for READER_SEL_RESPONSE
impl Eq for READER_SEL_RESPONSE
impl StructuralPartialEq for READER_SEL_RESPONSE
Auto Trait Implementations§
impl Freeze for READER_SEL_RESPONSE
impl RefUnwindSafe for READER_SEL_RESPONSE
impl Send for READER_SEL_RESPONSE
impl Sync for READER_SEL_RESPONSE
impl Unpin for READER_SEL_RESPONSE
impl UnwindSafe for READER_SEL_RESPONSE
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