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