#[repr(u8)]pub enum Qualmode0 {
MASK = 0,
EXTEND = 1,
}Variants§
MASK = 0
Mask. The SLVQUAL0 field is used as a logical mask for matching address 0.
EXTEND = 1
Extend. The SLVQUAL0 field is used to extend address 0 matching in a range of addresses.
Implementations§
Trait Implementations§
Source§impl Ord for Qualmode0
impl Ord for Qualmode0
Source§impl PartialOrd for Qualmode0
impl PartialOrd for Qualmode0
impl Copy for Qualmode0
impl Eq for Qualmode0
impl StructuralPartialEq for Qualmode0
Auto Trait Implementations§
impl Freeze for Qualmode0
impl RefUnwindSafe for Qualmode0
impl Send for Qualmode0
impl Sync for Qualmode0
impl Unpin for Qualmode0
impl UnwindSafe for Qualmode0
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