#[repr(C)]pub struct KSTELEPHONY_CALLCONTROL {
pub CallType: TELEPHONY_CALLTYPE,
pub CallControlOp: TELEPHONY_CALLCONTROLOP,
}
Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
CallType: TELEPHONY_CALLTYPE
CallControlOp: TELEPHONY_CALLCONTROLOP
Trait Implementations
impl Clone for KSTELEPHONY_CALLCONTROL
impl Clone for KSTELEPHONY_CALLCONTROL
impl Copy for KSTELEPHONY_CALLCONTROL
Auto Trait Implementations
impl RefUnwindSafe for KSTELEPHONY_CALLCONTROL
impl Send for KSTELEPHONY_CALLCONTROL
impl Sync for KSTELEPHONY_CALLCONTROL
impl Unpin for KSTELEPHONY_CALLCONTROL
impl UnwindSafe for KSTELEPHONY_CALLCONTROL
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