struct BlurData {
width: usize,
height: usize,
sigma_x: f64,
sigma_y: f64,
steps: usize,
}Fields§
§width: usize§height: usize§sigma_x: f64§sigma_y: f64§steps: usizeAuto Trait Implementations§
impl Freeze for BlurData
impl RefUnwindSafe for BlurData
impl Send for BlurData
impl Sync for BlurData
impl Unpin for BlurData
impl UnwindSafe for BlurData
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