pub enum UDR {
NoUnderrun = 0,
Underrun = 1,
}
Expand description
UDR
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for UDR
impl Eq for UDR
impl StructuralPartialEq for UDR
Auto Trait Implementations§
impl Freeze for UDR
impl RefUnwindSafe for UDR
impl Send for UDR
impl Sync for UDR
impl Unpin for UDR
impl UnwindSafe for UDR
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