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