#[repr(C)]pub struct RESPONSEBODY_GetStatus {
pub expires: *mut WSD_EVENTING_EXPIRES,
pub any: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§expires: *mut WSD_EVENTING_EXPIRES
§any: *mut WSDXML_ELEMENT
Trait Implementations§
§impl Clone for RESPONSEBODY_GetStatus
impl Clone for RESPONSEBODY_GetStatus
impl Copy for RESPONSEBODY_GetStatus
Auto Trait Implementations§
impl RefUnwindSafe for RESPONSEBODY_GetStatus
impl !Send for RESPONSEBODY_GetStatus
impl !Sync for RESPONSEBODY_GetStatus
impl Unpin for RESPONSEBODY_GetStatus
impl UnwindSafe for RESPONSEBODY_GetStatus
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more