pub enum DiscFormat {
Uhd,
BluRay,
Dvd,
Unknown,
}Expand description
Disc format.
Variants§
Trait Implementations§
Source§impl Clone for DiscFormat
impl Clone for DiscFormat
Source§fn clone(&self) -> DiscFormat
fn clone(&self) -> DiscFormat
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 DiscFormat
impl Debug for DiscFormat
Source§impl PartialEq for DiscFormat
impl PartialEq for DiscFormat
impl Copy for DiscFormat
impl StructuralPartialEq for DiscFormat
Auto Trait Implementations§
impl Freeze for DiscFormat
impl RefUnwindSafe for DiscFormat
impl Send for DiscFormat
impl Sync for DiscFormat
impl Unpin for DiscFormat
impl UnsafeUnpin for DiscFormat
impl UnwindSafe for DiscFormat
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