Struct windows_sys::Win32::Networking::WindowsWebServices::WS_TIMESPAN
[−]#[repr(C)]pub struct WS_TIMESPAN {
pub ticks: i64,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields
ticks: i64
Trait Implementations
impl Clone for WS_TIMESPAN
impl Clone for WS_TIMESPAN
impl Copy for WS_TIMESPAN
Auto Trait Implementations
impl RefUnwindSafe for WS_TIMESPAN
impl Send for WS_TIMESPAN
impl Sync for WS_TIMESPAN
impl Unpin for WS_TIMESPAN
impl UnwindSafe for WS_TIMESPAN
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