Struct DIPERIODIC
#[repr(C)]pub struct DIPERIODIC {
pub dwMagnitude: u32,
pub lOffset: i32,
pub dwPhase: u32,
pub dwPeriod: u32,
}
Fields§
§dwMagnitude: u32
§lOffset: i32
§dwPhase: u32
§dwPeriod: u32
Trait Implementations§
§impl Clone for DIPERIODIC
impl Clone for DIPERIODIC
§fn clone(&self) -> DIPERIODIC
fn clone(&self) -> DIPERIODIC
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 DIPERIODIC
Auto Trait Implementations§
impl Freeze for DIPERIODIC
impl RefUnwindSafe for DIPERIODIC
impl Send for DIPERIODIC
impl Sync for DIPERIODIC
impl Unpin for DIPERIODIC
impl UnwindSafe for DIPERIODIC
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