pub enum DvbInterface {
CommandInIad,
CommandInInterface,
MediaInInterface,
}Variants§
Trait Implementations§
Source§impl Clone for DvbInterface
impl Clone for DvbInterface
Source§fn clone(&self) -> DvbInterface
fn clone(&self) -> DvbInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DvbInterface
impl Debug for DvbInterface
impl Copy for DvbInterface
Auto Trait Implementations§
impl Freeze for DvbInterface
impl RefUnwindSafe for DvbInterface
impl Send for DvbInterface
impl Sync for DvbInterface
impl Unpin for DvbInterface
impl UnwindSafe for DvbInterface
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