#[repr(C)]pub struct WS_DURATION_DESCRIPTION {
pub minValue: WS_DURATION,
pub maxValue: WS_DURATION,
pub comparer: WS_DURATION_COMPARISON_CALLBACK,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§minValue: WS_DURATION
§maxValue: WS_DURATION
§comparer: WS_DURATION_COMPARISON_CALLBACK
Trait Implementations§
§impl Clone for WS_DURATION_DESCRIPTION
impl Clone for WS_DURATION_DESCRIPTION
impl Copy for WS_DURATION_DESCRIPTION
Auto Trait Implementations§
impl RefUnwindSafe for WS_DURATION_DESCRIPTION
impl Send for WS_DURATION_DESCRIPTION
impl Sync for WS_DURATION_DESCRIPTION
impl Unpin for WS_DURATION_DESCRIPTION
impl UnwindSafe for WS_DURATION_DESCRIPTION
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