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