pub enum TVSystem {
NTSC,
PAL,
DENDY,
}Variants§
Trait Implementations§
impl Copy for TVSystem
impl Eq for TVSystem
impl StructuralPartialEq for TVSystem
Auto Trait Implementations§
impl Freeze for TVSystem
impl RefUnwindSafe for TVSystem
impl Send for TVSystem
impl Sync for TVSystem
impl Unpin for TVSystem
impl UnsafeUnpin for TVSystem
impl UnwindSafe for TVSystem
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