#[repr(C)]pub enum VideoCaptureOBSensorGenerators {
CAP_OBSENSOR_DEPTH_GENERATOR = 536_870_912,
CAP_OBSENSOR_IMAGE_GENERATOR = 268_435_456,
CAP_OBSENSOR_IR_GENERATOR = 134_217_728,
CAP_OBSENSOR_GENERATORS_MASK = 939_524_096,
}Expand description
OBSENSOR stream generator
Variants§
CAP_OBSENSOR_DEPTH_GENERATOR = 536_870_912
CAP_OBSENSOR_IMAGE_GENERATOR = 268_435_456
CAP_OBSENSOR_IR_GENERATOR = 134_217_728
CAP_OBSENSOR_GENERATORS_MASK = 939_524_096
Trait Implementations§
Source§impl Clone for VideoCaptureOBSensorGenerators
impl Clone for VideoCaptureOBSensorGenerators
Source§fn clone(&self) -> VideoCaptureOBSensorGenerators
fn clone(&self) -> VideoCaptureOBSensorGenerators
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl From<VideoCaptureOBSensorGenerators> for i32
impl From<VideoCaptureOBSensorGenerators> for i32
Source§fn from(v: VideoCaptureOBSensorGenerators) -> Self
fn from(v: VideoCaptureOBSensorGenerators) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VideoCaptureOBSensorGenerators
impl PartialEq for VideoCaptureOBSensorGenerators
Source§fn eq(&self, other: &VideoCaptureOBSensorGenerators) -> bool
fn eq(&self, other: &VideoCaptureOBSensorGenerators) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<i32> for VideoCaptureOBSensorGenerators
impl TryFrom<i32> for VideoCaptureOBSensorGenerators
impl Copy for VideoCaptureOBSensorGenerators
impl Eq for VideoCaptureOBSensorGenerators
impl StructuralPartialEq for VideoCaptureOBSensorGenerators
Auto Trait Implementations§
impl Freeze for VideoCaptureOBSensorGenerators
impl RefUnwindSafe for VideoCaptureOBSensorGenerators
impl Send for VideoCaptureOBSensorGenerators
impl Sync for VideoCaptureOBSensorGenerators
impl Unpin for VideoCaptureOBSensorGenerators
impl UnwindSafe for VideoCaptureOBSensorGenerators
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