pub struct OneByteLimitedCountScan {
pub variation: Variation,
pub count: u8,
}Expand description
struct representing a one-byte limited count scan
Fields§
§variation: Variationvariation to READ
count: u8maximum number of events
Implementations§
Source§impl OneByteLimitedCountScan
impl OneByteLimitedCountScan
Sourcepub fn new(variation: Variation, count: u8) -> Self
pub fn new(variation: Variation, count: u8) -> Self
construct an OneByteLimitedCountScan from the variation
Trait Implementations§
Source§impl Clone for OneByteLimitedCountScan
impl Clone for OneByteLimitedCountScan
Source§fn clone(&self) -> OneByteLimitedCountScan
fn clone(&self) -> OneByteLimitedCountScan
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 OneByteLimitedCountScan
impl Debug for OneByteLimitedCountScan
Source§impl PartialEq for OneByteLimitedCountScan
impl PartialEq for OneByteLimitedCountScan
impl Copy for OneByteLimitedCountScan
impl Eq for OneByteLimitedCountScan
impl StructuralPartialEq for OneByteLimitedCountScan
Auto Trait Implementations§
impl Freeze for OneByteLimitedCountScan
impl RefUnwindSafe for OneByteLimitedCountScan
impl Send for OneByteLimitedCountScan
impl Sync for OneByteLimitedCountScan
impl Unpin for OneByteLimitedCountScan
impl UnwindSafe for OneByteLimitedCountScan
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