Struct RESPONSEBODY_GetStatus
#[repr(C)]pub struct RESPONSEBODY_GetStatus {
pub expires: *mut WSD_EVENTING_EXPIRES,
pub any: *mut WSDXML_ELEMENT,
}
Fields§
§expires: *mut WSD_EVENTING_EXPIRES
§any: *mut WSDXML_ELEMENT
Trait Implementations§
§impl Clone for RESPONSEBODY_GetStatus
impl Clone for RESPONSEBODY_GetStatus
§fn clone(&self) -> RESPONSEBODY_GetStatus
fn clone(&self) -> RESPONSEBODY_GetStatus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RESPONSEBODY_GetStatus
Auto Trait Implementations§
impl Freeze for RESPONSEBODY_GetStatus
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