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