Struct FilterChangeSet
pub struct FilterChangeSet {
pub format: bool,
pub resolution: bool,
pub frame_count: bool,
pub frame_rate: bool,
}Expand description
Filter output axes that may differ from the first input clip.
Fields§
§format: boolOutput format may differ from the first input format.
resolution: boolOutput resolution may differ from the first input resolution.
frame_count: boolOutput frame count may differ from the first input frame count.
frame_rate: boolOutput frame rate may differ from the first input frame rate.
Trait Implementations§
§impl Clone for FilterChangeSet
impl Clone for FilterChangeSet
§fn clone(&self) -> FilterChangeSet
fn clone(&self) -> FilterChangeSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for FilterChangeSet
impl Debug for FilterChangeSet
§impl PartialEq for FilterChangeSet
impl PartialEq for FilterChangeSet
impl Copy for FilterChangeSet
impl Eq for FilterChangeSet
impl StructuralPartialEq for FilterChangeSet
Auto Trait Implementations§
impl Freeze for FilterChangeSet
impl RefUnwindSafe for FilterChangeSet
impl Send for FilterChangeSet
impl Sync for FilterChangeSet
impl Unpin for FilterChangeSet
impl UnsafeUnpin for FilterChangeSet
impl UnwindSafe for FilterChangeSet
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