pub struct PivDataR {
pub data: Vec<u8>,
}Expand description
osdp_PIVDATAR body.
Fields§
§data: Vec<u8>Raw PIV data (often multi-part).
Implementations§
Trait Implementations§
impl Eq for PivDataR
impl StructuralPartialEq for PivDataR
Auto Trait Implementations§
impl Freeze for PivDataR
impl RefUnwindSafe for PivDataR
impl Send for PivDataR
impl Sync for PivDataR
impl Unpin for PivDataR
impl UnsafeUnpin for PivDataR
impl UnwindSafe for PivDataR
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