Struct winapi::sapi::SPVPITCH
[−]
[src]
pub struct SPVPITCH { pub MiddleAdj: c_long, pub RangeAdj: c_long, }
Fields
MiddleAdj | |
RangeAdj |
Trait Implementations
impl Copy for SPVPITCH
[src]
impl Clone for SPVPITCH
[src]
fn clone(&self) -> SPVPITCH
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more