Struct windows_sys::Win32::Devices::Tapi::LINEMEDIACONTROLDIGIT
#[repr(C, packed(1))]pub struct LINEMEDIACONTROLDIGIT {
pub dwDigit: u32,
pub dwDigitModes: u32,
pub dwMediaControl: u32,
}
Fields§
§dwDigit: u32
§dwDigitModes: u32
§dwMediaControl: u32
Trait Implementations§
§impl Clone for LINEMEDIACONTROLDIGIT
impl Clone for LINEMEDIACONTROLDIGIT
impl Copy for LINEMEDIACONTROLDIGIT
Auto Trait Implementations§
impl RefUnwindSafe for LINEMEDIACONTROLDIGIT
impl Send for LINEMEDIACONTROLDIGIT
impl Sync for LINEMEDIACONTROLDIGIT
impl Unpin for LINEMEDIACONTROLDIGIT
impl UnwindSafe for LINEMEDIACONTROLDIGIT
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