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