Struct windows_sys::Win32::UI::Controls::TA_TIMINGFUNCTION
[−]#[repr(C)]pub struct TA_TIMINGFUNCTION {
pub eTimingFunctionType: TA_TIMINGFUNCTION_TYPE,
}
Expand description
Required features: "Win32_UI_Controls"
Fields
eTimingFunctionType: TA_TIMINGFUNCTION_TYPE
Trait Implementations
impl Clone for TA_TIMINGFUNCTION
impl Clone for TA_TIMINGFUNCTION
impl Copy for TA_TIMINGFUNCTION
Auto Trait Implementations
impl RefUnwindSafe for TA_TIMINGFUNCTION
impl Send for TA_TIMINGFUNCTION
impl Sync for TA_TIMINGFUNCTION
impl Unpin for TA_TIMINGFUNCTION
impl UnwindSafe for TA_TIMINGFUNCTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more