pub struct Grayscale {
pub k: f64,
}Expand description
TS Grayscale — values from 0 to 255.
Fields§
§k: f64Trait Implementations§
impl Copy for Grayscale
impl StructuralPartialEq for Grayscale
Auto Trait Implementations§
impl Freeze for Grayscale
impl RefUnwindSafe for Grayscale
impl Send for Grayscale
impl Sync for Grayscale
impl Unpin for Grayscale
impl UnsafeUnpin for Grayscale
impl UnwindSafe for Grayscale
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