Struct windows_sys::Win32::UI::Controls::TA_TIMINGFUNCTION
#[repr(C)]pub struct TA_TIMINGFUNCTION {
pub eTimingFunctionType: TA_TIMINGFUNCTION_TYPE,
}
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§
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