pub enum VideoProtocols {
PAL,
NTSC,
}Variants§
Trait Implementations§
Source§impl Debug for VideoProtocols
impl Debug for VideoProtocols
Auto Trait Implementations§
impl Freeze for VideoProtocols
impl RefUnwindSafe for VideoProtocols
impl Send for VideoProtocols
impl Sync for VideoProtocols
impl Unpin for VideoProtocols
impl UnwindSafe for VideoProtocols
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