#[repr(u32)]pub enum HystEn {
Hys0HysteresisDisabled = 0,
Hys1HysteresisEnabled = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for HystEn
impl RefUnwindSafe for HystEn
impl Send for HystEn
impl Sync for HystEn
impl Unpin for HystEn
impl UnwindSafe for HystEn
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