pub enum Scalemode {
Width,
Count,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scalemode
impl RefUnwindSafe for Scalemode
impl Send for Scalemode
impl Sync for Scalemode
impl Unpin for Scalemode
impl UnwindSafe for Scalemode
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