pub enum MultimediaDevices {
DAR,
PVR,
MCX,
SetTopBox,
MediaServer,
ProtableVideoPlayer,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MultimediaDevices
impl RefUnwindSafe for MultimediaDevices
impl Send for MultimediaDevices
impl Sync for MultimediaDevices
impl Unpin for MultimediaDevices
impl UnwindSafe for MultimediaDevices
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