pub struct BlockFPSOptions {
pub mode: u8,
pub ml: f64,
}Expand description
Options used to construct BlockFPS.
Fields§
§mode: u8Interpolation mode in the BlockFPS compatibility range 0..=8.
ml: f64Motion-length scaling factor used for mask generation.
Trait Implementations§
Source§impl Clone for BlockFPSOptions
impl Clone for BlockFPSOptions
Source§fn clone(&self) -> BlockFPSOptions
fn clone(&self) -> BlockFPSOptions
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 BlockFPSOptions
Auto Trait Implementations§
impl Freeze for BlockFPSOptions
impl RefUnwindSafe for BlockFPSOptions
impl Send for BlockFPSOptions
impl Sync for BlockFPSOptions
impl Unpin for BlockFPSOptions
impl UnsafeUnpin for BlockFPSOptions
impl UnwindSafe for BlockFPSOptions
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