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