pub enum DisplayStandardCode {
Blank,
OpenSubtitling,
Level1Teletext,
Level2Teletext,
}Expand description
The four display modes from the spec.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayStandardCode
impl RefUnwindSafe for DisplayStandardCode
impl Send for DisplayStandardCode
impl Sync for DisplayStandardCode
impl Unpin for DisplayStandardCode
impl UnwindSafe for DisplayStandardCode
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