pub struct EfwMonitorParameters(pub Vec<EfwMonitorSourceParameters>);
Expand description
The parameters of input monitor.
Tuple Fields§
§0: Vec<EfwMonitorSourceParameters>
Trait Implementations§
Source§impl Clone for EfwMonitorParameters
impl Clone for EfwMonitorParameters
Source§fn clone(&self) -> EfwMonitorParameters
fn clone(&self) -> EfwMonitorParameters
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EfwMonitorParameters
impl Debug for EfwMonitorParameters
Source§impl PartialEq for EfwMonitorParameters
impl PartialEq for EfwMonitorParameters
impl Eq for EfwMonitorParameters
impl StructuralPartialEq for EfwMonitorParameters
Auto Trait Implementations§
impl Freeze for EfwMonitorParameters
impl RefUnwindSafe for EfwMonitorParameters
impl Send for EfwMonitorParameters
impl Sync for EfwMonitorParameters
impl Unpin for EfwMonitorParameters
impl UnwindSafe for EfwMonitorParameters
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