#[repr(C)]pub struct PEER_INVITATION_RESPONSE {
pub action: PEER_INVITATION_RESPONSE_TYPE,
pub pwzMessage: PWSTR,
pub hrExtendedInfo: HRESULT,
}
Expand description
Required features: "Win32_NetworkManagement_P2P"
Fields
action: PEER_INVITATION_RESPONSE_TYPE
pwzMessage: PWSTR
hrExtendedInfo: HRESULT
Trait Implementations
impl Clone for PEER_INVITATION_RESPONSE
impl Clone for PEER_INVITATION_RESPONSE
impl Copy for PEER_INVITATION_RESPONSE
Auto Trait Implementations
impl RefUnwindSafe for PEER_INVITATION_RESPONSE
impl !Send for PEER_INVITATION_RESPONSE
impl !Sync for PEER_INVITATION_RESPONSE
impl Unpin for PEER_INVITATION_RESPONSE
impl UnwindSafe for PEER_INVITATION_RESPONSE
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