#[repr(u32)]pub enum dvb_file_formats {
FILE_UNKNOWN = 0,
FILE_ZAP = 1,
FILE_CHANNEL = 2,
FILE_DVBV5 = 3,
FILE_VDR = 4,
}Variants§
Trait Implementations§
Source§impl Clone for dvb_file_formats
impl Clone for dvb_file_formats
Source§fn clone(&self) -> dvb_file_formats
fn clone(&self) -> dvb_file_formats
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 dvb_file_formats
impl Debug for dvb_file_formats
Source§impl Hash for dvb_file_formats
impl Hash for dvb_file_formats
Source§impl PartialEq for dvb_file_formats
impl PartialEq for dvb_file_formats
impl Copy for dvb_file_formats
impl Eq for dvb_file_formats
impl StructuralPartialEq for dvb_file_formats
Auto Trait Implementations§
impl Freeze for dvb_file_formats
impl RefUnwindSafe for dvb_file_formats
impl Send for dvb_file_formats
impl Sync for dvb_file_formats
impl Unpin for dvb_file_formats
impl UnwindSafe for dvb_file_formats
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