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