Struct IWMReaderNetworkConfig2
pub struct IWMReaderNetworkConfig2(/* private fields */);
Implementations§
§impl IWMReaderNetworkConfig2
impl IWMReaderNetworkConfig2
pub unsafe fn GetEnableContentCaching(&self) -> Result<BOOL>
pub unsafe fn SetEnableContentCaching( &self, fenablecontentcaching: bool, ) -> Result<()>
pub unsafe fn GetEnableFastCache(&self) -> Result<BOOL>
pub unsafe fn SetEnableFastCache(&self, fenablefastcache: bool) -> Result<()>
pub unsafe fn GetAcceleratedStreamingDuration(&self) -> Result<u64>
pub unsafe fn SetAcceleratedStreamingDuration( &self, cnsaccelduration: u64, ) -> Result<()>
pub unsafe fn GetAutoReconnectLimit(&self) -> Result<u32>
pub unsafe fn SetAutoReconnectLimit( &self, dwautoreconnectlimit: u32, ) -> Result<()>
pub unsafe fn GetEnableResends(&self) -> Result<BOOL>
pub unsafe fn SetEnableResends(&self, fenableresends: bool) -> Result<()>
pub unsafe fn GetEnableThinning(&self) -> Result<BOOL>
pub unsafe fn SetEnableThinning(&self, fenablethinning: bool) -> Result<()>
pub unsafe fn GetMaxNetPacketSize(&self) -> Result<u32>
Methods from Deref<Target = IWMReaderNetworkConfig>§
pub unsafe fn GetBufferingTime(&self) -> Result<u64>
pub unsafe fn SetBufferingTime(&self, cnsbufferingtime: u64) -> Result<()>
pub unsafe fn GetUDPPortRanges( &self, prangearray: *mut WM_PORT_NUMBER_RANGE, pcranges: *mut u32, ) -> Result<()>
pub unsafe fn SetUDPPortRanges( &self, prangearray: &[WM_PORT_NUMBER_RANGE], ) -> Result<()>
pub unsafe fn GetProxySettings<P0>(
&self,
pwszprotocol: P0,
) -> Result<WMT_PROXY_SETTINGS>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxySettings<P0>(
&self,
pwszprotocol: P0,
proxysetting: WMT_PROXY_SETTINGS,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetProxyHostName<P0>(
&self,
pwszprotocol: P0,
pwszhostname: PWSTR,
pcchhostname: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyHostName<P0, P1>(
&self,
pwszprotocol: P0,
pwszhostname: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn GetProxyPort<P0>(&self, pwszprotocol: P0) -> Result<u32>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyPort<P0>(
&self,
pwszprotocol: P0,
dwport: u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetProxyExceptionList<P0>(
&self,
pwszprotocol: P0,
pwszexceptionlist: PWSTR,
pcchexceptionlist: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyExceptionList<P0, P1>(
&self,
pwszprotocol: P0,
pwszexceptionlist: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
pub unsafe fn GetProxyBypassForLocal<P0>(
&self,
pwszprotocol: P0,
) -> Result<BOOL>where
P0: Param<PCWSTR>,
pub unsafe fn SetProxyBypassForLocal<P0>(
&self,
pwszprotocol: P0,
fbypassforlocal: bool,
) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetForceRerunAutoProxyDetection(&self) -> Result<BOOL>
pub unsafe fn SetForceRerunAutoProxyDetection( &self, fforcererundetection: bool, ) -> Result<()>
pub unsafe fn GetEnableMulticast(&self) -> Result<BOOL>
pub unsafe fn SetEnableMulticast(&self, fenablemulticast: bool) -> Result<()>
pub unsafe fn GetEnableHTTP(&self) -> Result<BOOL>
pub unsafe fn SetEnableHTTP(&self, fenablehttp: bool) -> Result<()>
pub unsafe fn GetEnableUDP(&self) -> Result<BOOL>
pub unsafe fn SetEnableUDP(&self, fenableudp: bool) -> Result<()>
pub unsafe fn GetEnableTCP(&self) -> Result<BOOL>
pub unsafe fn SetEnableTCP(&self, fenabletcp: bool) -> Result<()>
pub unsafe fn ResetProtocolRollover(&self) -> Result<()>
pub unsafe fn GetConnectionBandwidth(&self) -> Result<u32>
pub unsafe fn SetConnectionBandwidth( &self, dwconnectionbandwidth: u32, ) -> Result<()>
pub unsafe fn GetNumProtocolsSupported(&self) -> Result<u32>
pub unsafe fn GetSupportedProtocolName( &self, dwprotocolnum: u32, pwszprotocolname: PWSTR, pcchprotocolname: *mut u32, ) -> Result<()>
pub unsafe fn AddLoggingUrl<P0>(&self, pwszurl: P0) -> Result<()>where
P0: Param<PCWSTR>,
pub unsafe fn GetLoggingUrl( &self, dwindex: u32, pwszurl: PWSTR, pcchurl: *mut u32, ) -> Result<()>
pub unsafe fn GetLoggingUrlCount(&self) -> Result<u32>
pub unsafe fn ResetLoggingUrlList(&self) -> Result<()>
Trait Implementations§
§impl CanInto<IUnknown> for IWMReaderNetworkConfig2
impl CanInto<IUnknown> for IWMReaderNetworkConfig2
§impl CanInto<IWMReaderNetworkConfig> for IWMReaderNetworkConfig2
impl CanInto<IWMReaderNetworkConfig> for IWMReaderNetworkConfig2
§impl Clone for IWMReaderNetworkConfig2
impl Clone for IWMReaderNetworkConfig2
§fn clone(&self) -> IWMReaderNetworkConfig2
fn clone(&self) -> IWMReaderNetworkConfig2
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 more§impl Debug for IWMReaderNetworkConfig2
impl Debug for IWMReaderNetworkConfig2
§impl Deref for IWMReaderNetworkConfig2
impl Deref for IWMReaderNetworkConfig2
§impl From<&IWMReaderNetworkConfig2> for &IUnknown
impl From<&IWMReaderNetworkConfig2> for &IUnknown
§fn from(value: &IWMReaderNetworkConfig2) -> Self
fn from(value: &IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl From<&IWMReaderNetworkConfig2> for &IWMReaderNetworkConfig
impl From<&IWMReaderNetworkConfig2> for &IWMReaderNetworkConfig
§fn from(value: &IWMReaderNetworkConfig2) -> Self
fn from(value: &IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl From<IWMReaderNetworkConfig2> for IUnknown
impl From<IWMReaderNetworkConfig2> for IUnknown
§fn from(value: IWMReaderNetworkConfig2) -> Self
fn from(value: IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl From<IWMReaderNetworkConfig2> for IWMReaderNetworkConfig
impl From<IWMReaderNetworkConfig2> for IWMReaderNetworkConfig
§fn from(value: IWMReaderNetworkConfig2) -> Self
fn from(value: IWMReaderNetworkConfig2) -> Self
Converts to this type from the input type.
§impl Interface for IWMReaderNetworkConfig2
impl Interface for IWMReaderNetworkConfig2
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
unsafe fn from_raw_borrowed(raw: &*mut c_void) -> Option<&Self>
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IWMReaderNetworkConfig2
impl PartialEq for IWMReaderNetworkConfig2
impl Eq for IWMReaderNetworkConfig2
impl StructuralPartialEq for IWMReaderNetworkConfig2
Auto Trait Implementations§
impl Freeze for IWMReaderNetworkConfig2
impl RefUnwindSafe for IWMReaderNetworkConfig2
impl !Send for IWMReaderNetworkConfig2
impl !Sync for IWMReaderNetworkConfig2
impl Unpin for IWMReaderNetworkConfig2
impl UnwindSafe for IWMReaderNetworkConfig2
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