#[repr(transparent)]pub struct LearningModelPixelRange(pub i32);
Expand description
Required features: "AI_MachineLearning"
Tuple Fields
0: i32
Implementations
impl LearningModelPixelRange
impl LearningModelPixelRange
pub const ZeroTo255: Self = Self(0i32)
pub const ZeroToOne: Self = Self(1i32)
pub const MinusOneToOne: Self = Self(2i32)
Trait Implementations
impl Clone for LearningModelPixelRange
impl Clone for LearningModelPixelRange
impl Copy for LearningModelPixelRange
Auto Trait Implementations
impl RefUnwindSafe for LearningModelPixelRange
impl Send for LearningModelPixelRange
impl Sync for LearningModelPixelRange
impl Unpin for LearningModelPixelRange
impl UnwindSafe for LearningModelPixelRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more