pub struct SignalIDBase {
pub name: &'static str,
pub type: SignalIDType,
}Fields§
§name: &'static str§type: SignalIDTypeTrait Implementations§
Source§impl Clone for SignalIDBase
impl Clone for SignalIDBase
Source§fn clone(&self) -> SignalIDBase
fn clone(&self) -> SignalIDBase
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 moreimpl Copy for SignalIDBase
Source§impl Debug for SignalIDBase
impl Debug for SignalIDBase
Source§impl Default for SignalIDBase
impl Default for SignalIDBase
Source§fn default() -> SignalIDBase
fn default() -> SignalIDBase
Returns the “default value” for a type. Read more
Source§impl PartialEq for SignalIDBase
impl PartialEq for SignalIDBase
impl StructuralPartialEq for SignalIDBase
Auto Trait Implementations§
impl Freeze for SignalIDBase
impl RefUnwindSafe for SignalIDBase
impl Send for SignalIDBase
impl Sync for SignalIDBase
impl Unpin for SignalIDBase
impl UnsafeUnpin for SignalIDBase
impl UnwindSafe for SignalIDBase
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