#[repr(C)]
pub struct IWMReaderNetworkConfig_Vtbl {
Show 34 fields pub base__: IUnknown_Vtbl, pub GetBufferingTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT, pub SetBufferingTime: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT, pub GetUDPPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_PORT_NUMBER_RANGE, _: *mut u32) -> HRESULT, pub SetUDPPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *const WM_PORT_NUMBER_RANGE, _: u32) -> HRESULT, pub GetProxySettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut WMT_PROXY_SETTINGS) -> HRESULT, pub SetProxySettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: WMT_PROXY_SETTINGS) -> HRESULT, pub GetProxyHostName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT, pub SetProxyHostName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT, pub GetProxyPort: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT, pub SetProxyPort: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT, pub GetProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT, pub SetProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT, pub GetProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT, pub SetProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT, pub GetForceRerunAutoProxyDetection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetForceRerunAutoProxyDetection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetEnableMulticast: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetEnableMulticast: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetEnableHTTP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetEnableHTTP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetEnableUDP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetEnableUDP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub GetEnableTCP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetEnableTCP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub ResetProtocolRollover: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetConnectionBandwidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub SetConnectionBandwidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub GetNumProtocolsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetSupportedProtocolName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT, pub AddLoggingUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetLoggingUrl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT, pub GetLoggingUrlCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub ResetLoggingUrlList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetBufferingTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u64) -> HRESULT§SetBufferingTime: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT§GetUDPPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut WM_PORT_NUMBER_RANGE, _: *mut u32) -> HRESULT§SetUDPPortRanges: unsafe extern "system" fn(_: *mut c_void, _: *const WM_PORT_NUMBER_RANGE, _: u32) -> HRESULT§GetProxySettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut WMT_PROXY_SETTINGS) -> HRESULT§SetProxySettings: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: WMT_PROXY_SETTINGS) -> HRESULT§GetProxyHostName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT§SetProxyHostName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§GetProxyPort: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32) -> HRESULT§SetProxyPort: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT§GetProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PWSTR, _: *mut u32) -> HRESULT§SetProxyExceptionList: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT§GetProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> HRESULT§SetProxyBypassForLocal: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: BOOL) -> HRESULT§GetForceRerunAutoProxyDetection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetForceRerunAutoProxyDetection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetEnableMulticast: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnableMulticast: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetEnableHTTP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnableHTTP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetEnableUDP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnableUDP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§GetEnableTCP: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetEnableTCP: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§ResetProtocolRollover: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetConnectionBandwidth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetConnectionBandwidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§GetNumProtocolsSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetSupportedProtocolName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT§AddLoggingUrl: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetLoggingUrl: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32) -> HRESULT§GetLoggingUrlCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§ResetLoggingUrlList: unsafe extern "system" fn(_: *mut c_void) -> HRESULT

Implementations§

§

impl IWMReaderNetworkConfig_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IWMReaderNetworkConfig_Impl, const OFFSET: isize>( ) -> IWMReaderNetworkConfig_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.