#[repr(C, packed(1))]pub struct OBPresetResolutionConfig {
pub width: i16,
pub height: i16,
pub irDecimationFactor: c_int,
pub depthDecimationFactor: c_int,
}Fields§
§width: i16< width
height: i16< height
irDecimationFactor: c_int< ir decimation factor
depthDecimationFactor: c_int< depth decimation factor
Trait Implementations§
Source§impl Clone for OBPresetResolutionConfig
impl Clone for OBPresetResolutionConfig
Source§fn clone(&self) -> OBPresetResolutionConfig
fn clone(&self) -> OBPresetResolutionConfig
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 OBPresetResolutionConfig
Auto Trait Implementations§
impl Freeze for OBPresetResolutionConfig
impl RefUnwindSafe for OBPresetResolutionConfig
impl Send for OBPresetResolutionConfig
impl Sync for OBPresetResolutionConfig
impl Unpin for OBPresetResolutionConfig
impl UnsafeUnpin for OBPresetResolutionConfig
impl UnwindSafe for OBPresetResolutionConfig
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