Struct LINEMONITORTONE
#[repr(C, packed(1))]pub struct LINEMONITORTONE {
pub dwAppSpecific: u32,
pub dwDuration: u32,
pub dwFrequency1: u32,
pub dwFrequency2: u32,
pub dwFrequency3: u32,
}
Fields§
§dwAppSpecific: u32
§dwDuration: u32
§dwFrequency1: u32
§dwFrequency2: u32
§dwFrequency3: u32
Trait Implementations§
§impl Clone for LINEMONITORTONE
impl Clone for LINEMONITORTONE
§fn clone(&self) -> LINEMONITORTONE
fn clone(&self) -> LINEMONITORTONE
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 more§impl Default for LINEMONITORTONE
impl Default for LINEMONITORTONE
impl Copy for LINEMONITORTONE
Auto Trait Implementations§
impl Freeze for LINEMONITORTONE
impl RefUnwindSafe for LINEMONITORTONE
impl Send for LINEMONITORTONE
impl Sync for LINEMONITORTONE
impl Unpin for LINEMONITORTONE
impl UnwindSafe for LINEMONITORTONE
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