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