#[repr(C, packed(1))]pub struct PsWDRPulseCount {
pub pulseCount1: u16,
pub pulseCount2: u16,
pub pulseCount3: u16,
pub option: u8,
}Expand description
@brief WDR (Wide Dynamic Range) output mode settings (e.g. Near/Far range fusion).
Fields§
§pulseCount1: u16!< The pulseCount of the first range.
pulseCount2: u16!< The pulseCount of the second range.
pulseCount3: u16!< The pulseCount of the third range.
option: u8Trait Implementations§
Source§impl Clone for PsWDRPulseCount
impl Clone for PsWDRPulseCount
Source§fn clone(&self) -> PsWDRPulseCount
fn clone(&self) -> PsWDRPulseCount
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 PsWDRPulseCount
Source§impl Debug for PsWDRPulseCount
impl Debug for PsWDRPulseCount
Source§impl Default for PsWDRPulseCount
impl Default for PsWDRPulseCount
Source§fn default() -> PsWDRPulseCount
fn default() -> PsWDRPulseCount
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PsWDRPulseCount
impl RefUnwindSafe for PsWDRPulseCount
impl Send for PsWDRPulseCount
impl Sync for PsWDRPulseCount
impl Unpin for PsWDRPulseCount
impl UnsafeUnpin for PsWDRPulseCount
impl UnwindSafe for PsWDRPulseCount
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