#[repr(u32)]pub enum dvb_dev_type {
DVB_DEVICE_FRONTEND = 0,
DVB_DEVICE_DEMUX = 1,
DVB_DEVICE_DVR = 2,
DVB_DEVICE_NET = 3,
DVB_DEVICE_CA = 4,
DVB_DEVICE_CA_SEC = 5,
DVB_DEVICE_VIDEO = 6,
DVB_DEVICE_AUDIO = 7,
}Variants§
DVB_DEVICE_FRONTEND = 0
DVB_DEVICE_DEMUX = 1
DVB_DEVICE_DVR = 2
DVB_DEVICE_NET = 3
DVB_DEVICE_CA = 4
DVB_DEVICE_CA_SEC = 5
DVB_DEVICE_VIDEO = 6
DVB_DEVICE_AUDIO = 7
Trait Implementations§
Source§impl Clone for dvb_dev_type
impl Clone for dvb_dev_type
Source§fn clone(&self) -> dvb_dev_type
fn clone(&self) -> dvb_dev_type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for dvb_dev_type
Source§impl Debug for dvb_dev_type
impl Debug for dvb_dev_type
impl Eq for dvb_dev_type
Source§impl Hash for dvb_dev_type
impl Hash for dvb_dev_type
Source§impl PartialEq for dvb_dev_type
impl PartialEq for dvb_dev_type
Source§fn eq(&self, other: &dvb_dev_type) -> bool
fn eq(&self, other: &dvb_dev_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for dvb_dev_type
Auto Trait Implementations§
impl Freeze for dvb_dev_type
impl RefUnwindSafe for dvb_dev_type
impl Send for dvb_dev_type
impl Sync for dvb_dev_type
impl Unpin for dvb_dev_type
impl UnsafeUnpin for dvb_dev_type
impl UnwindSafe for dvb_dev_type
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