pub enum Unstab {
Stable = 0,
Ongoing = 1,
}Expand description
Divider status flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Unstab
impl Eq for Unstab
impl StructuralPartialEq for Unstab
Auto Trait Implementations§
impl Freeze for Unstab
impl RefUnwindSafe for Unstab
impl Send for Unstab
impl Sync for Unstab
impl Unpin for Unstab
impl UnsafeUnpin for Unstab
impl UnwindSafe for Unstab
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