#[repr(i32)]pub enum READER_SEL_REQUEST_MATCH_TYPE {
RSR_MATCH_TYPE_READER_AND_CONTAINER = 1,
RSR_MATCH_TYPE_SERIAL_NUMBER = 2,
RSR_MATCH_TYPE_ALL_CARDS = 3,
}Variants§
RSR_MATCH_TYPE_READER_AND_CONTAINER = 1
RSR_MATCH_TYPE_SERIAL_NUMBER = 2
RSR_MATCH_TYPE_ALL_CARDS = 3
Trait Implementations§
Source§impl Clone for READER_SEL_REQUEST_MATCH_TYPE
impl Clone for READER_SEL_REQUEST_MATCH_TYPE
Source§fn clone(&self) -> READER_SEL_REQUEST_MATCH_TYPE
fn clone(&self) -> READER_SEL_REQUEST_MATCH_TYPE
Returns a duplicate 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 Hash for READER_SEL_REQUEST_MATCH_TYPE
impl Hash for READER_SEL_REQUEST_MATCH_TYPE
Source§impl PartialEq for READER_SEL_REQUEST_MATCH_TYPE
impl PartialEq for READER_SEL_REQUEST_MATCH_TYPE
Source§fn eq(&self, other: &READER_SEL_REQUEST_MATCH_TYPE) -> bool
fn eq(&self, other: &READER_SEL_REQUEST_MATCH_TYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for READER_SEL_REQUEST_MATCH_TYPE
impl Eq for READER_SEL_REQUEST_MATCH_TYPE
impl StructuralPartialEq for READER_SEL_REQUEST_MATCH_TYPE
Auto Trait Implementations§
impl Freeze for READER_SEL_REQUEST_MATCH_TYPE
impl RefUnwindSafe for READER_SEL_REQUEST_MATCH_TYPE
impl Send for READER_SEL_REQUEST_MATCH_TYPE
impl Sync for READER_SEL_REQUEST_MATCH_TYPE
impl Unpin for READER_SEL_REQUEST_MATCH_TYPE
impl UnwindSafe for READER_SEL_REQUEST_MATCH_TYPE
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