Struct windows_sys::Win32::Media::KernelStreaming::KSTELEPHONY_CALLCONTROL
#[repr(C)]pub struct KSTELEPHONY_CALLCONTROL {
pub CallType: TELEPHONY_CALLTYPE,
pub CallControlOp: TELEPHONY_CALLCONTROLOP,
}Fields§
§CallType: TELEPHONY_CALLTYPE§CallControlOp: TELEPHONY_CALLCONTROLOPTrait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more