Struct windows_sys::Win32::NetworkManagement::P2P::PEER_APP_LAUNCH_INFO
[−]#[repr(C)]pub struct PEER_APP_LAUNCH_INFO {
pub pContact: *mut PEER_CONTACT,
pub pEndpoint: *mut PEER_ENDPOINT,
pub pInvitation: *mut PEER_INVITATION,
}
Expand description
Required features: ‘Win32_NetworkManagement_P2P’, ‘Win32_Foundation’, ‘Win32_Networking_WinSock’
Fields
pContact: *mut PEER_CONTACT
pEndpoint: *mut PEER_ENDPOINT
pInvitation: *mut PEER_INVITATION
Trait Implementations
impl Clone for PEER_APP_LAUNCH_INFO
impl Clone for PEER_APP_LAUNCH_INFO
impl Copy for PEER_APP_LAUNCH_INFO
Auto Trait Implementations
impl RefUnwindSafe for PEER_APP_LAUNCH_INFO
impl !Send for PEER_APP_LAUNCH_INFO
impl !Sync for PEER_APP_LAUNCH_INFO
impl Unpin for PEER_APP_LAUNCH_INFO
impl UnwindSafe for PEER_APP_LAUNCH_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more