pub struct WirelessPassword(/* private fields */);Expand description
Wireless control DTMF password.
The password must be exactly 4 valid DTMF characters (0-9,
A-D, *, #).
Note: the User Manual Chapter 25 describes a 3-digit numeric secret access code (000-999, Menu No. 946) for the over-the-air protocol. This 4-character DTMF password is the MCP/firmware internal representation which may include extended DTMF characters.
Implementations§
Trait Implementations§
Source§impl Clone for WirelessPassword
impl Clone for WirelessPassword
Source§fn clone(&self) -> WirelessPassword
fn clone(&self) -> WirelessPassword
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 WirelessPassword
impl Debug for WirelessPassword
Source§impl Default for WirelessPassword
impl Default for WirelessPassword
Source§impl Hash for WirelessPassword
impl Hash for WirelessPassword
Source§impl PartialEq for WirelessPassword
impl PartialEq for WirelessPassword
impl Eq for WirelessPassword
impl StructuralPartialEq for WirelessPassword
Auto Trait Implementations§
impl Freeze for WirelessPassword
impl RefUnwindSafe for WirelessPassword
impl Send for WirelessPassword
impl Sync for WirelessPassword
impl Unpin for WirelessPassword
impl UnwindSafe for WirelessPassword
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