pub struct ProtocolSet {
pub t_0: Option<bool>,
pub t_1: Option<bool>,
pub raw: Option<bool>,
}Expand description
Maps to the |SCARD_PROTOCOL_*| flags.
Fields§
§t_0: Option<bool>§t_1: Option<bool>§raw: Option<bool>Trait Implementations§
Source§impl Clone for ProtocolSet
impl Clone for ProtocolSet
Source§fn clone(&self) -> ProtocolSet
fn clone(&self) -> ProtocolSet
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 Debug for ProtocolSet
impl Debug for ProtocolSet
Source§impl<'de> Deserialize<'de> for ProtocolSet
impl<'de> Deserialize<'de> for ProtocolSet
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProtocolSet
impl PartialEq for ProtocolSet
Source§impl Serialize for ProtocolSet
impl Serialize for ProtocolSet
impl StructuralPartialEq for ProtocolSet
Auto Trait Implementations§
impl Freeze for ProtocolSet
impl RefUnwindSafe for ProtocolSet
impl Send for ProtocolSet
impl Sync for ProtocolSet
impl Unpin for ProtocolSet
impl UnsafeUnpin for ProtocolSet
impl UnwindSafe for ProtocolSet
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