pub struct LinearOptions {
pub uchar: bool,
}
Expand description
Options for linear operation
Fields§
§uchar: bool
uchar: bool
-> Output should be uchar
default: false
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinearOptions
impl RefUnwindSafe for LinearOptions
impl Send for LinearOptions
impl Sync for LinearOptions
impl Unpin for LinearOptions
impl UnwindSafe for LinearOptions
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