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