pub enum DTS {
Default,
ES,
_96_24,
HD_HRA,
HD_MA,
Express,
}
Variants§
Trait Implementations§
impl Copy for DTS
impl Eq for DTS
impl StructuralPartialEq for DTS
Auto Trait Implementations§
impl Freeze for DTS
impl RefUnwindSafe for DTS
impl Send for DTS
impl Sync for DTS
impl Unpin for DTS
impl UnwindSafe for DTS
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