Struct ExCompress
pub struct ExCompress<'a> { /* private fields */ }
Expand description
Default-param extender for Animation::compress_ex
.
Implementations§
§impl<'a> ExCompress<'a>
impl<'a> ExCompress<'a>
pub fn page_size(self, value: u32) -> ExCompress<'a>
pub fn fps(self, value: u32) -> ExCompress<'a>
pub fn split_tolerance(self, value: f32) -> ExCompress<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExCompress<'a>
impl<'a> RefUnwindSafe for ExCompress<'a>
impl<'a> !Send for ExCompress<'a>
impl<'a> !Sync for ExCompress<'a>
impl<'a> Unpin for ExCompress<'a>
impl<'a> !UnwindSafe for ExCompress<'a>
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