Struct IWdsTransportServicePolicy_Vtbl
#[repr(C)]pub struct IWdsTransportServicePolicy_Vtbl {Show 13 fields
pub base__: IWdsTransportCacheable_Vtbl,
pub get_IpAddressSource: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE) -> HRESULT,
pub put_IpAddressSource: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE) -> HRESULT,
pub get_StartIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut *mut c_void) -> HRESULT,
pub put_StartIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut c_void) -> HRESULT,
pub get_EndIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut *mut c_void) -> HRESULT,
pub put_EndIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut c_void) -> HRESULT,
pub StartPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetStartPort: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EndPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetEndPort: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub NetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut WDSTRANSPORT_NETWORK_PROFILE_TYPE) -> HRESULT,
pub SetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_NETWORK_PROFILE_TYPE) -> HRESULT,
}
Fields§
§base__: IWdsTransportCacheable_Vtbl
§get_IpAddressSource: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE) -> HRESULT
§put_IpAddressSource: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: WDSTRANSPORT_IP_ADDRESS_SOURCE_TYPE) -> HRESULT
§get_StartIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut *mut c_void) -> HRESULT
§put_StartIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut c_void) -> HRESULT
§get_EndIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut *mut c_void) -> HRESULT
§put_EndIpAddress: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_IP_ADDRESS_TYPE, _: *mut c_void) -> HRESULT
§StartPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetStartPort: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§EndPort: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetEndPort: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§NetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: *mut WDSTRANSPORT_NETWORK_PROFILE_TYPE) -> HRESULT
§SetNetworkProfile: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_NETWORK_PROFILE_TYPE) -> HRESULT
Implementations§
§impl IWdsTransportServicePolicy_Vtbl
impl IWdsTransportServicePolicy_Vtbl
pub const fn new<Identity: IWdsTransportServicePolicy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWdsTransportServicePolicy_Vtbl
impl RefUnwindSafe for IWdsTransportServicePolicy_Vtbl
impl Send for IWdsTransportServicePolicy_Vtbl
impl Sync for IWdsTransportServicePolicy_Vtbl
impl Unpin for IWdsTransportServicePolicy_Vtbl
impl UnwindSafe for IWdsTransportServicePolicy_Vtbl
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