pub enum MediaDesc {
Screen,
Tty,
Tv,
Projection,
Handheld,
Print,
Braille,
Aural,
All,
Extension(String),
}
Expand description
A Media Descriptors Enum based on: https://www.w3.org/TR/html401/types.html#h-6.13
Variants§
Screen
screen.
Tty
tty.
Tv
tv.
Projection
projection.
Handheld
handheld.
print.
Braille
braille.
Aural
aural.
All
all.
Extension(String)
Unrecognized media descriptor extension.
Trait Implementations§
impl StructuralPartialEq for MediaDesc
Auto Trait Implementations§
impl Freeze for MediaDesc
impl RefUnwindSafe for MediaDesc
impl Send for MediaDesc
impl Sync for MediaDesc
impl Unpin for MediaDesc
impl UnwindSafe for MediaDesc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)