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,
}
Fields§
§dwAppSpecific: u32
§dwDuration: u32
§dwFrequency1: u32
§dwFrequency2: u32
§dwFrequency3: u32
§dwMediaControl: u32
Trait Implementations§
§impl Clone for LINEMEDIACONTROLTONE
impl Clone for LINEMEDIACONTROLTONE
§fn clone(&self) -> LINEMEDIACONTROLTONE
fn clone(&self) -> LINEMEDIACONTROLTONE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LINEMEDIACONTROLTONE
Auto Trait Implementations§
impl Freeze for LINEMEDIACONTROLTONE
impl RefUnwindSafe for LINEMEDIACONTROLTONE
impl Send for LINEMEDIACONTROLTONE
impl Sync for LINEMEDIACONTROLTONE
impl Unpin for LINEMEDIACONTROLTONE
impl UnwindSafe for LINEMEDIACONTROLTONE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)