#[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: u32Trait Implementations§
Source§impl Abi for DIPERIODIC
impl Abi for DIPERIODIC
Source§type Abi = DIPERIODIC
type Abi = DIPERIODIC
The abi representation of the implementing type. Read more
type DefaultType = DIPERIODIC
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DIPERIODIC
impl Clone for DIPERIODIC
Source§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 moreSource§impl Debug for DIPERIODIC
impl Debug for DIPERIODIC
Source§impl Default for DIPERIODIC
impl Default for DIPERIODIC
Source§impl PartialEq for DIPERIODIC
impl PartialEq for DIPERIODIC
impl Copy for DIPERIODIC
impl Eq 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