#[repr(C, packed(1))]pub struct OBTofExposureThresholdControl {
pub upper: i32,
pub lower: i32,
}Expand description
@brief TOF Exposure Threshold
Fields§
§upper: i32< Upper threshold, unit: ms
lower: i32< Lower threshold, unit: ms
Trait Implementations§
Source§impl Clone for OBTofExposureThresholdControl
impl Clone for OBTofExposureThresholdControl
Source§fn clone(&self) -> OBTofExposureThresholdControl
fn clone(&self) -> OBTofExposureThresholdControl
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OBTofExposureThresholdControl
Auto Trait Implementations§
impl Freeze for OBTofExposureThresholdControl
impl RefUnwindSafe for OBTofExposureThresholdControl
impl Send for OBTofExposureThresholdControl
impl Sync for OBTofExposureThresholdControl
impl Unpin for OBTofExposureThresholdControl
impl UnsafeUnpin for OBTofExposureThresholdControl
impl UnwindSafe for OBTofExposureThresholdControl
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