pub enum DiskFormatCode {
STL25_01,
STL30_01,
}Expand description
The television frame-rates the STL spec allows
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiskFormatCode
impl RefUnwindSafe for DiskFormatCode
impl Send for DiskFormatCode
impl Sync for DiskFormatCode
impl Unpin for DiskFormatCode
impl UnwindSafe for DiskFormatCode
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