#[repr(u32)]pub enum EntityFunction {
Show 22 variants
IfVidDecoder = 8_193,
IfAudDecoder = 8_194,
AudioCapture = 12_289,
AudioPlayback = 12_290,
AudioMixer = 12_291,
ProcVideoComposer = 16_385,
ProcVideoPixelFormatter = 16_386,
ProcVideoPixelEncConv = 16_387,
ProcVideoLut = 16_388,
ProcVideoScaler = 16_389,
ProcVideoStatistics = 16_390,
ProcVideoEncoder = 16_391,
ProcVideoDecoder = 16_392,
ProcVideoIsp = 16_393,
VidMux = 20_481,
VidIfBridge = 20_482,
AtvDecoder = 131_076,
DvDecoder = 24_577,
DvEncoder = 24_578,
V4L = 65_537,
CameraSensor = 131_073,
Unknown = 131074,
}
Variants§
IfVidDecoder = 8_193
IfAudDecoder = 8_194
AudioCapture = 12_289
AudioPlayback = 12_290
AudioMixer = 12_291
ProcVideoComposer = 16_385
ProcVideoPixelFormatter = 16_386
ProcVideoPixelEncConv = 16_387
ProcVideoLut = 16_388
ProcVideoScaler = 16_389
ProcVideoStatistics = 16_390
ProcVideoEncoder = 16_391
ProcVideoDecoder = 16_392
ProcVideoIsp = 16_393
VidMux = 20_481
VidIfBridge = 20_482
AtvDecoder = 131_076
DvDecoder = 24_577
DvEncoder = 24_578
V4L = 65_537
CameraSensor = 131_073
Unknown = 131074
Trait Implementations§
Source§impl Clone for EntityFunction
impl Clone for EntityFunction
Source§fn clone(&self) -> EntityFunction
fn clone(&self) -> EntityFunction
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 Debug for EntityFunction
impl Debug for EntityFunction
Source§impl PartialEq for EntityFunction
impl PartialEq for EntityFunction
impl Copy for EntityFunction
impl Eq for EntityFunction
impl StructuralPartialEq for EntityFunction
Auto Trait Implementations§
impl Freeze for EntityFunction
impl RefUnwindSafe for EntityFunction
impl Send for EntityFunction
impl Sync for EntityFunction
impl Unpin for EntityFunction
impl UnwindSafe for EntityFunction
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