pub struct ElemID {
pub name: &'static str,
pub quality: &'static str,
pub signal_type: SignalIDType,
pub type: ElemType,
}Fields§
§name: &'static str§quality: &'static str§signal_type: SignalIDType§type: ElemTypeTrait Implementations§
impl Copy for ElemID
impl StructuralPartialEq for ElemID
Auto Trait Implementations§
impl Freeze for ElemID
impl RefUnwindSafe for ElemID
impl Send for ElemID
impl Sync for ElemID
impl Unpin for ElemID
impl UnsafeUnpin for ElemID
impl UnwindSafe for ElemID
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