Struct bat::input::InputDescription
source · pub struct InputDescription { /* private fields */ }
Expand description
A description of an Input source. This tells bat how to refer to the input.
Implementations§
source§impl InputDescription
impl InputDescription
Trait Implementations§
source§impl Clone for InputDescription
impl Clone for InputDescription
source§fn clone(&self) -> InputDescription
fn clone(&self) -> InputDescription
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 more