#[repr(C)]pub struct WSD_EVENTING_EXPIRES {
pub Duration: *mut WSD_DURATION,
pub DateTime: *mut WSD_DATETIME,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
, "Win32_Foundation"
Fields
Duration: *mut WSD_DURATION
DateTime: *mut WSD_DATETIME
Trait Implementations
impl Clone for WSD_EVENTING_EXPIRES
impl Clone for WSD_EVENTING_EXPIRES
impl Copy for WSD_EVENTING_EXPIRES
Auto Trait Implementations
impl RefUnwindSafe for WSD_EVENTING_EXPIRES
impl !Send for WSD_EVENTING_EXPIRES
impl !Sync for WSD_EVENTING_EXPIRES
impl Unpin for WSD_EVENTING_EXPIRES
impl UnwindSafe for WSD_EVENTING_EXPIRES
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