pub struct DstarSuffix(/* private fields */);Expand description
D-STAR MY callsign suffix (up to 4 characters).
The suffix is appended to the MY callsign in the D-STAR frame header as additional identification (e.g. “/P” for portable, “/M” for mobile).
Implementations§
Source§impl DstarSuffix
impl DstarSuffix
Trait Implementations§
Source§impl Clone for DstarSuffix
impl Clone for DstarSuffix
Source§fn clone(&self) -> DstarSuffix
fn clone(&self) -> DstarSuffix
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 DstarSuffix
impl Debug for DstarSuffix
Source§impl Default for DstarSuffix
impl Default for DstarSuffix
Source§fn default() -> DstarSuffix
fn default() -> DstarSuffix
Returns the “default value” for a type. Read more
Source§impl Hash for DstarSuffix
impl Hash for DstarSuffix
Source§impl PartialEq for DstarSuffix
impl PartialEq for DstarSuffix
impl Eq for DstarSuffix
impl StructuralPartialEq for DstarSuffix
Auto Trait Implementations§
impl Freeze for DstarSuffix
impl RefUnwindSafe for DstarSuffix
impl Send for DstarSuffix
impl Sync for DstarSuffix
impl Unpin for DstarSuffix
impl UnwindSafe for DstarSuffix
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