pub struct ShrinkvOptions {
pub ceil: bool,
}
Expand description
Options for shrinkv operation
Fields§
§ceil: bool
ceil: bool
-> Round-up output dimensions
default: false
Trait Implementations§
Source§impl Clone for ShrinkvOptions
impl Clone for ShrinkvOptions
Source§fn clone(&self) -> ShrinkvOptions
fn clone(&self) -> ShrinkvOptions
Returns a copy 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 moreSource§impl Debug for ShrinkvOptions
impl Debug for ShrinkvOptions
Auto Trait Implementations§
impl Freeze for ShrinkvOptions
impl RefUnwindSafe for ShrinkvOptions
impl Send for ShrinkvOptions
impl Sync for ShrinkvOptions
impl Unpin for ShrinkvOptions
impl UnwindSafe for ShrinkvOptions
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