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