pub struct SignalMeta {
pub id: u32,
pub name: String,
pub signal_type: SignalType,
pub units: Option<String>,
}Fields§
§id: u32§name: String§signal_type: SignalType§units: Option<String>Trait Implementations§
Source§impl Clone for SignalMeta
impl Clone for SignalMeta
Source§fn clone(&self) -> SignalMeta
fn clone(&self) -> SignalMeta
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 moreAuto Trait Implementations§
impl Freeze for SignalMeta
impl RefUnwindSafe for SignalMeta
impl Send for SignalMeta
impl Sync for SignalMeta
impl Unpin for SignalMeta
impl UnsafeUnpin for SignalMeta
impl UnwindSafe for SignalMeta
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