pub struct EchoLinkSlot(/* private fields */);Expand description
EchoLink memory slot index (0-9).
Implementations§
Trait Implementations§
Source§impl Clone for EchoLinkSlot
impl Clone for EchoLinkSlot
Source§fn clone(&self) -> EchoLinkSlot
fn clone(&self) -> EchoLinkSlot
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 EchoLinkSlot
impl Debug for EchoLinkSlot
Source§impl Hash for EchoLinkSlot
impl Hash for EchoLinkSlot
Source§impl PartialEq for EchoLinkSlot
impl PartialEq for EchoLinkSlot
impl Copy for EchoLinkSlot
impl Eq for EchoLinkSlot
impl StructuralPartialEq for EchoLinkSlot
Auto Trait Implementations§
impl Freeze for EchoLinkSlot
impl RefUnwindSafe for EchoLinkSlot
impl Send for EchoLinkSlot
impl Sync for EchoLinkSlot
impl Unpin for EchoLinkSlot
impl UnwindSafe for EchoLinkSlot
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