pub enum FrameType {
KeyFrame,
InterFrame,
}
Variants
KeyFrame
InterFrame
Implementations
Trait Implementations
impl Copy for FrameType
impl Eq for FrameType
impl StructuralEq for FrameType
impl StructuralPartialEq for FrameType
Auto Trait Implementations
impl RefUnwindSafe for FrameType
impl Send for FrameType
impl Sync for FrameType
impl Unpin for FrameType
impl UnwindSafe for FrameType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more