pub struct ImageNorm {
pub bias: Option<ImageNormOption>,
pub mean: Option<ImageNormOption>,
}Fields§
§bias: Option<ImageNormOption>§mean: Option<ImageNormOption>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageNorm
impl RefUnwindSafe for ImageNorm
impl Send for ImageNorm
impl Sync for ImageNorm
impl Unpin for ImageNorm
impl UnsafeUnpin for ImageNorm
impl UnwindSafe for ImageNorm
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