#[repr(C)]pub struct REQUESTBODY_GetStatus {
pub Any: *mut WSDXML_ELEMENT,
}Fields§
§Any: *mut WSDXML_ELEMENTTrait 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§
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