#[repr(transparent)]pub struct LearningModelPixelRange(pub i32);Expand description
Required features: ‘AI_MachineLearning’
Tuple Fields
0: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more