Struct TelephonyKey
#[repr(transparent)]pub struct TelephonyKey(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TelephonyKey
impl TelephonyKey
pub const D0: Self = _
pub const D1: Self = _
pub const D2: Self = _
pub const D3: Self = _
pub const D4: Self = _
pub const D5: Self = _
pub const D6: Self = _
pub const D7: Self = _
pub const D8: Self = _
pub const D9: Self = _
pub const Star: Self = _
pub const Pound: Self = _
pub const A: Self = _
pub const B: Self = _
pub const C: Self = _
pub const D: Self = _
Trait Implementations§
§impl Clone for TelephonyKey
impl Clone for TelephonyKey
§fn clone(&self) -> TelephonyKey
fn clone(&self) -> TelephonyKey
Returns a copy 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 more§impl Debug for TelephonyKey
impl Debug for TelephonyKey
§impl Default for TelephonyKey
impl Default for TelephonyKey
§fn default() -> TelephonyKey
fn default() -> TelephonyKey
Returns the “default value” for a type. Read more
§impl PartialEq for TelephonyKey
impl PartialEq for TelephonyKey
impl Copy for TelephonyKey
impl Eq for TelephonyKey
impl StructuralPartialEq for TelephonyKey
Auto Trait Implementations§
impl Freeze for TelephonyKey
impl RefUnwindSafe for TelephonyKey
impl Send for TelephonyKey
impl Sync for TelephonyKey
impl Unpin for TelephonyKey
impl UnwindSafe for TelephonyKey
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