pub struct TwoByteRangeScan {
pub variation: Variation,
pub start: u16,
pub stop: u16,
}Expand description
struct representing a two-byte range scan
Fields§
§variation: Variationvariation to READ
start: u16start address of the READ
stop: u16stop address of the READ
Implementations§
Trait Implementations§
Source§impl Clone for TwoByteRangeScan
impl Clone for TwoByteRangeScan
Source§fn clone(&self) -> TwoByteRangeScan
fn clone(&self) -> TwoByteRangeScan
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 TwoByteRangeScan
impl Debug for TwoByteRangeScan
Source§impl PartialEq for TwoByteRangeScan
impl PartialEq for TwoByteRangeScan
impl Copy for TwoByteRangeScan
impl Eq for TwoByteRangeScan
impl StructuralPartialEq for TwoByteRangeScan
Auto Trait Implementations§
impl Freeze for TwoByteRangeScan
impl RefUnwindSafe for TwoByteRangeScan
impl Send for TwoByteRangeScan
impl Sync for TwoByteRangeScan
impl Unpin for TwoByteRangeScan
impl UnwindSafe for TwoByteRangeScan
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