#[repr(u8)]pub enum QuerySel {
All = 0,
NotSl = 2,
Sl = 3,
}Expand description
Sel field for Query command
Variants§
All = 0
All tags respond
NotSl = 2
Only tags with SL deasserted respond
Sl = 3
Only tags with SL asserted respond
Trait Implementations§
impl Copy for QuerySel
impl Eq for QuerySel
impl StructuralPartialEq for QuerySel
Auto Trait Implementations§
impl Freeze for QuerySel
impl RefUnwindSafe for QuerySel
impl Send for QuerySel
impl Sync for QuerySel
impl Unpin for QuerySel
impl UnwindSafe for QuerySel
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