Struct vl53l1x_uld::roi::ROI
source · [−]Expand description
Structure denoting a region of interest.
Fields
width: u16
Width of the region of interest.
height: u16
Height of the region of interest.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ROI
impl Send for ROI
impl Sync for ROI
impl Unpin for ROI
impl UnwindSafe for ROI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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