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