#[repr(C)]pub struct MPRAPI_ADMIN_DLL_CALLBACKS {Show 13 fields
pub revision: u8,
pub lpfnMprAdminGetIpAddressForUser: PMPRADMINGETIPADDRESSFORUSER,
pub lpfnMprAdminReleaseIpAddress: PMPRADMINRELEASEIPADRESS,
pub lpfnMprAdminGetIpv6AddressForUser: PMPRADMINGETIPV6ADDRESSFORUSER,
pub lpfnMprAdminReleaseIpV6AddressForUser: PMPRADMINRELEASEIPV6ADDRESSFORUSER,
pub lpfnRasAdminAcceptNewLink: PMPRADMINACCEPTNEWLINK,
pub lpfnRasAdminLinkHangupNotification: PMPRADMINLINKHANGUPNOTIFICATION,
pub lpfnRasAdminTerminateDll: PMPRADMINTERMINATEDLL,
pub lpfnRasAdminAcceptNewConnectionEx: PMPRADMINACCEPTNEWCONNECTIONEX,
pub lpfnRasAdminAcceptEndpointChangeEx: PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX,
pub lpfnRasAdminAcceptReauthenticationEx: PMPRADMINACCEPTREAUTHENTICATIONEX,
pub lpfnRasAdminConnectionHangupNotificationEx: PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX,
pub lpfnRASValidatePreAuthenticatedConnectionEx: PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX,
}
Fields§
§revision: u8
§lpfnMprAdminGetIpAddressForUser: PMPRADMINGETIPADDRESSFORUSER
§lpfnMprAdminReleaseIpAddress: PMPRADMINRELEASEIPADRESS
§lpfnMprAdminGetIpv6AddressForUser: PMPRADMINGETIPV6ADDRESSFORUSER
§lpfnMprAdminReleaseIpV6AddressForUser: PMPRADMINRELEASEIPV6ADDRESSFORUSER
§lpfnRasAdminAcceptNewLink: PMPRADMINACCEPTNEWLINK
§lpfnRasAdminLinkHangupNotification: PMPRADMINLINKHANGUPNOTIFICATION
§lpfnRasAdminTerminateDll: PMPRADMINTERMINATEDLL
§lpfnRasAdminAcceptNewConnectionEx: PMPRADMINACCEPTNEWCONNECTIONEX
§lpfnRasAdminAcceptEndpointChangeEx: PMPRADMINACCEPTTUNNELENDPOINTCHANGEEX
§lpfnRasAdminAcceptReauthenticationEx: PMPRADMINACCEPTREAUTHENTICATIONEX
§lpfnRasAdminConnectionHangupNotificationEx: PMPRADMINCONNECTIONHANGUPNOTIFICATIONEX
§lpfnRASValidatePreAuthenticatedConnectionEx: PMPRADMINRASVALIDATEPREAUTHENTICATEDCONNECTIONEX
Trait Implementations§
§impl Clone for MPRAPI_ADMIN_DLL_CALLBACKS
impl Clone for MPRAPI_ADMIN_DLL_CALLBACKS
§fn clone(&self) -> MPRAPI_ADMIN_DLL_CALLBACKS
fn clone(&self) -> MPRAPI_ADMIN_DLL_CALLBACKS
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 MPRAPI_ADMIN_DLL_CALLBACKS
Auto Trait Implementations§
impl Freeze for MPRAPI_ADMIN_DLL_CALLBACKS
impl RefUnwindSafe for MPRAPI_ADMIN_DLL_CALLBACKS
impl Send for MPRAPI_ADMIN_DLL_CALLBACKS
impl Sync for MPRAPI_ADMIN_DLL_CALLBACKS
impl Unpin for MPRAPI_ADMIN_DLL_CALLBACKS
impl UnwindSafe for MPRAPI_ADMIN_DLL_CALLBACKS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)