Struct windows_sys::Win32::Devices::Tapi::LINEMEDIACONTROLTONE
[−]#[repr(C, packed(1))]pub struct LINEMEDIACONTROLTONE {
pub dwAppSpecific: u32,
pub dwDuration: u32,
pub dwFrequency1: u32,
pub dwFrequency2: u32,
pub dwFrequency3: u32,
pub dwMediaControl: u32,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
dwAppSpecific: u32
dwDuration: u32
dwFrequency1: u32
dwFrequency2: u32
dwFrequency3: u32
dwMediaControl: u32
Trait Implementations
impl Clone for LINEMEDIACONTROLTONE
impl Clone for LINEMEDIACONTROLTONE
impl Copy for LINEMEDIACONTROLTONE
Auto Trait Implementations
impl RefUnwindSafe for LINEMEDIACONTROLTONE
impl Send for LINEMEDIACONTROLTONE
impl Sync for LINEMEDIACONTROLTONE
impl Unpin for LINEMEDIACONTROLTONE
impl UnwindSafe for LINEMEDIACONTROLTONE
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