#[repr(u32)]pub enum DmxInput {
DMX_IN_FRONTEND = 0,
DMX_IN_DVR = 1,
}
Expand description
Input from the demux
Variants§
Implementations§
Trait Implementations§
impl Copy for DmxInput
impl Eq for DmxInput
impl StructuralPartialEq for DmxInput
Auto Trait Implementations§
impl Freeze for DmxInput
impl RefUnwindSafe for DmxInput
impl Send for DmxInput
impl Sync for DmxInput
impl Unpin for DmxInput
impl UnwindSafe for DmxInput
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