pub struct FlowFPSOptions {
pub mask_mode: u8,
pub ml: f64,
}Expand description
Options used to construct FlowFPS.
Fields§
§mask_mode: u8Mask mode in the MVTools-compatible 0..=2 range.
ml: f64Motion-length scaling factor used for occlusion masks.
Trait Implementations§
Source§impl Clone for FlowFPSOptions
impl Clone for FlowFPSOptions
Source§fn clone(&self) -> FlowFPSOptions
fn clone(&self) -> FlowFPSOptions
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 FlowFPSOptions
Auto Trait Implementations§
impl Freeze for FlowFPSOptions
impl RefUnwindSafe for FlowFPSOptions
impl Send for FlowFPSOptions
impl Sync for FlowFPSOptions
impl Unpin for FlowFPSOptions
impl UnsafeUnpin for FlowFPSOptions
impl UnwindSafe for FlowFPSOptions
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