Struct TelephonyKey
#[repr(transparent)]pub struct TelephonyKey(pub i32);Tuple Fields§
§0: i32Implementations§
§impl TelephonyKey
impl TelephonyKey
Trait Implementations§
§impl Clone for TelephonyKey
impl Clone for TelephonyKey
§fn clone(&self) -> TelephonyKey
fn clone(&self) -> TelephonyKey
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 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