Struct vl53l1x_uld::roi::ROICenter
source · [−]pub struct ROICenter {
pub spad: u8,
}
Expand description
Structure denoting the center of a region of interest.
Fields
spad: u8
The SPAD used as center point.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ROICenter
impl Send for ROICenter
impl Sync for ROICenter
impl Unpin for ROICenter
impl UnwindSafe for ROICenter
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