Skip to main content

FrameExt

Trait FrameExt 

Source
pub trait FrameExt {
    // Required method
    fn with_keyframe(self, is_keyframe: bool) -> Self;
}
Expand description

Trait for extending Frame with convenience methods.

Required Methods§

Source

fn with_keyframe(self, is_keyframe: bool) -> Self

Sets the keyframe flag.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§