Struct windows::Foundation::TimeSpan
#[repr(C)]pub struct TimeSpan {
pub Duration: i64,
}
Expand description
Required features: "Foundation"
Fields§
§Duration: i64
Trait Implementations§
impl Copy for TimeSpan
impl Eq for TimeSpan
Auto Trait Implementations§
impl RefUnwindSafe for TimeSpan
impl Send for TimeSpan
impl Sync for TimeSpan
impl Unpin for TimeSpan
impl UnwindSafe for TimeSpan
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