pub struct SignalArray {
pub header: Header,
pub signals: Vec<Signal>,
}Fields§
§header: Header§signals: Vec<Signal>Trait Implementations§
Source§impl Clone for SignalArray
impl Clone for SignalArray
Source§fn clone(&self) -> SignalArray
fn clone(&self) -> SignalArray
Returns a duplicate 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 moreSource§impl Debug for SignalArray
impl Debug for SignalArray
Source§impl Default for SignalArray
impl Default for SignalArray
Source§impl<'de> Deserialize<'de> for SignalArray
impl<'de> Deserialize<'de> for SignalArray
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 PartialEq for SignalArray
impl PartialEq for SignalArray
Source§impl Serialize for SignalArray
impl Serialize for SignalArray
impl Message for SignalArray
impl StructuralPartialEq for SignalArray
Auto Trait Implementations§
impl Freeze for SignalArray
impl RefUnwindSafe for SignalArray
impl Send for SignalArray
impl Sync for SignalArray
impl Unpin for SignalArray
impl UnwindSafe for SignalArray
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