#[repr(u8)]pub enum Rscfg {
ANY_REPEATED_START_AFTER_ADDRESS_MATCH = 0,
ANY_REPEATED_START = 1,
}Variants§
ANY_REPEATED_START_AFTER_ADDRESS_MATCH = 0
Any repeated Start condition following an address match
ANY_REPEATED_START = 1
Any repeated Start condition
Implementations§
Trait Implementations§
Source§impl Ord for Rscfg
impl Ord for Rscfg
Source§impl PartialOrd for Rscfg
impl PartialOrd for Rscfg
impl Copy for Rscfg
impl Eq for Rscfg
impl StructuralPartialEq for Rscfg
Auto Trait Implementations§
impl Freeze for Rscfg
impl RefUnwindSafe for Rscfg
impl Send for Rscfg
impl Sync for Rscfg
impl Unpin for Rscfg
impl UnwindSafe for Rscfg
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