#[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 copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§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
impl Copy for PsWDRPulseCount
Auto Trait Implementations§
impl Freeze for PsWDRPulseCount
impl RefUnwindSafe for PsWDRPulseCount
impl Send for PsWDRPulseCount
impl Sync for PsWDRPulseCount
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)