pub struct ReadCommand {
pub epc: Vec<u8>,
pub location: MemoryLocation,
pub start_address: u8,
pub count: u8,
pub password: Option<Vec<u8>>,
pub mask_address: Option<u8>,
pub mask_length: Option<u8>,
}Fields§
§epc: Vec<u8>§location: MemoryLocation§start_address: u8§count: u8§password: Option<Vec<u8>>§mask_address: Option<u8>§mask_length: Option<u8>Trait Implementations§
Source§impl Debug for ReadCommand
impl Debug for ReadCommand
Source§impl PartialEq for ReadCommand
impl PartialEq for ReadCommand
impl StructuralPartialEq for ReadCommand
Auto Trait Implementations§
impl Freeze for ReadCommand
impl RefUnwindSafe for ReadCommand
impl Send for ReadCommand
impl Sync for ReadCommand
impl Unpin for ReadCommand
impl UnwindSafe for ReadCommand
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