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