Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_BYE
[−]#[repr(C)]pub struct WSD_BYE {
pub EndpointReference: *mut WSD_ENDPOINT_REFERENCE,
pub Any: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
EndpointReference: *mut WSD_ENDPOINT_REFERENCE
Any: *mut WSDXML_ELEMENT
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WSD_BYE
impl !Send for WSD_BYE
impl !Sync for WSD_BYE
impl Unpin for WSD_BYE
impl UnwindSafe for WSD_BYE
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