#[repr(transparent)]pub struct PhoneLineTransport(pub i32);
Expand description
Required features: ‘ApplicationModel_Calls’
Tuple Fields
0: i32
Implementations
impl PhoneLineTransport
impl PhoneLineTransport
Trait Implementations
impl Clone for PhoneLineTransport
impl Clone for PhoneLineTransport
impl Copy for PhoneLineTransport
Auto Trait Implementations
impl RefUnwindSafe for PhoneLineTransport
impl Send for PhoneLineTransport
impl Sync for PhoneLineTransport
impl Unpin for PhoneLineTransport
impl UnwindSafe for PhoneLineTransport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more