#[repr(u8)]pub enum VideoCommand {
StartSeek = 0,
EndSeek = 1,
Unknown(u8),
}Variants§
Trait Implementations§
Source§impl Clone for VideoCommand
impl Clone for VideoCommand
Source§fn clone(&self) -> VideoCommand
fn clone(&self) -> VideoCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoCommand
Source§impl Debug for VideoCommand
impl Debug for VideoCommand
impl Eq for VideoCommand
Source§impl PartialEq for VideoCommand
impl PartialEq for VideoCommand
impl StructuralPartialEq for VideoCommand
Auto Trait Implementations§
impl Freeze for VideoCommand
impl RefUnwindSafe for VideoCommand
impl Send for VideoCommand
impl Sync for VideoCommand
impl Unpin for VideoCommand
impl UnsafeUnpin for VideoCommand
impl UnwindSafe for VideoCommand
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