pub struct MH160DeviceInputChannelConfigs {
pub channels: Vec<MH160DeviceInputChannelConfig>,
}Fields§
§channels: Vec<MH160DeviceInputChannelConfig>Implementations§
Source§impl MH160DeviceInputChannelConfigs
impl MH160DeviceInputChannelConfigs
pub fn try_new(channels: Vec<MH160DeviceInputChannelConfig>) -> Result<Self>
Trait Implementations§
Source§impl Clone for MH160DeviceInputChannelConfigs
impl Clone for MH160DeviceInputChannelConfigs
Source§fn clone(&self) -> MH160DeviceInputChannelConfigs
fn clone(&self) -> MH160DeviceInputChannelConfigs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for MH160DeviceInputChannelConfigs
impl<'de> Deserialize<'de> for MH160DeviceInputChannelConfigs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MH160DeviceInputChannelConfigs> for Vec<MH160DeviceInputChannelConfig>
impl From<MH160DeviceInputChannelConfigs> for Vec<MH160DeviceInputChannelConfig>
Source§fn from(value: MH160DeviceInputChannelConfigs) -> Self
fn from(value: MH160DeviceInputChannelConfigs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MH160DeviceInputChannelConfigs
impl PartialEq for MH160DeviceInputChannelConfigs
Source§fn eq(&self, other: &MH160DeviceInputChannelConfigs) -> bool
fn eq(&self, other: &MH160DeviceInputChannelConfigs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MH160DeviceInputChannelConfigs
Auto Trait Implementations§
impl Freeze for MH160DeviceInputChannelConfigs
impl RefUnwindSafe for MH160DeviceInputChannelConfigs
impl Send for MH160DeviceInputChannelConfigs
impl Sync for MH160DeviceInputChannelConfigs
impl Unpin for MH160DeviceInputChannelConfigs
impl UnsafeUnpin for MH160DeviceInputChannelConfigs
impl UnwindSafe for MH160DeviceInputChannelConfigs
Blanket Implementations§
impl<T> Allocation for T
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