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