Struct windows_sys::Phone::Notification::Management::PhoneCallTransport
[−]#[repr(transparent)]pub struct PhoneCallTransport(pub i32);
Expand description
Required features: ‘Phone_Notification_Management’
Tuple Fields
0: i32
Implementations
impl PhoneCallTransport
impl PhoneCallTransport
Trait Implementations
impl Clone for PhoneCallTransport
impl Clone for PhoneCallTransport
impl Copy for PhoneCallTransport
Auto Trait Implementations
impl RefUnwindSafe for PhoneCallTransport
impl Send for PhoneCallTransport
impl Sync for PhoneCallTransport
impl Unpin for PhoneCallTransport
impl UnwindSafe for PhoneCallTransport
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