#[repr(u8)]pub enum HystSel {
DISABLE = 0,
ENABLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for HystSel
impl Ord for HystSel
Source§impl PartialOrd for HystSel
impl PartialOrd for HystSel
impl Copy for HystSel
impl Eq for HystSel
impl StructuralPartialEq for HystSel
Auto Trait Implementations§
impl Freeze for HystSel
impl RefUnwindSafe for HystSel
impl Send for HystSel
impl Sync for HystSel
impl Unpin for HystSel
impl UnwindSafe for HystSel
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