pub struct VideoSensorParams {
pub sensor_width: Option<u16>,
pub sensor_height: Option<u16>,
pub max_fps: Option<u16>,
pub max_hdrfps: Option<u16>,
}Fields§
§sensor_width: Option<u16>§sensor_height: Option<u16>§max_fps: Option<u16>§max_hdrfps: Option<u16>Trait Implementations§
Source§impl Debug for VideoSensorParams
impl Debug for VideoSensorParams
Auto Trait Implementations§
impl Freeze for VideoSensorParams
impl RefUnwindSafe for VideoSensorParams
impl Send for VideoSensorParams
impl Sync for VideoSensorParams
impl Unpin for VideoSensorParams
impl UnwindSafe for VideoSensorParams
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