Struct 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
§fn clone(&self) -> LINEMEDIACONTROLDIGIT
fn clone(&self) -> LINEMEDIACONTROLDIGIT
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 LINEMEDIACONTROLDIGIT
Auto Trait Implementations§
impl Freeze for LINEMEDIACONTROLDIGIT
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