[−][src]Struct windows_media_transcoding_bindings::windows::foundation::IUriRuntimeClass
Implementations
impl IUriRuntimeClass[src]
pub fn absolute_uri(&self) -> Result<HString>[src]
pub fn display_uri(&self) -> Result<HString>[src]
pub fn domain(&self) -> Result<HString>[src]
pub fn extension(&self) -> Result<HString>[src]
pub fn fragment(&self) -> Result<HString>[src]
pub fn host(&self) -> Result<HString>[src]
pub fn password(&self) -> Result<HString>[src]
pub fn path(&self) -> Result<HString>[src]
pub fn query(&self) -> Result<HString>[src]
pub fn query_parsed(&self) -> Result<WwwFormUrlDecoder>[src]
pub fn raw_uri(&self) -> Result<HString>[src]
pub fn scheme_name(&self) -> Result<HString>[src]
pub fn user_name(&self) -> Result<HString>[src]
pub fn port(&self) -> Result<i32>[src]
pub fn suspicious(&self) -> Result<bool>[src]
pub fn equals<'a, T0__: Into<Param<'a, Uri>>>(
&self,
p_uri: T0__
) -> Result<bool>[src]
&self,
p_uri: T0__
) -> Result<bool>
pub fn combine_uri<'a, T0__: Into<Param<'a, HString>>>(
&self,
relative_uri: T0__
) -> Result<Uri>[src]
&self,
relative_uri: T0__
) -> Result<Uri>
Trait Implementations
impl AbiTransferable for IUriRuntimeClass[src]
type Abi = RawComPtr<Self>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl Clone for IUriRuntimeClass[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ComInterface for IUriRuntimeClass[src]
type VTable = abi_IUriRuntimeClass
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
impl Debug for IUriRuntimeClass[src]
impl Default for IUriRuntimeClass[src]
impl<'_> From<&'_ IUriRuntimeClass> for Object[src]
fn from(value: &IUriRuntimeClass) -> Self[src]
impl<'_> From<&'_ Uri> for IUriRuntimeClass[src]
impl From<IUriRuntimeClass> for Object[src]
fn from(value: IUriRuntimeClass) -> Self[src]
impl From<Uri> for IUriRuntimeClass[src]
impl PartialEq<IUriRuntimeClass> for IUriRuntimeClass[src]
impl RuntimeType for IUriRuntimeClass[src]
Auto Trait Implementations
impl RefUnwindSafe for IUriRuntimeClass
impl !Send for IUriRuntimeClass
impl !Sync for IUriRuntimeClass
impl Unpin for IUriRuntimeClass
impl UnwindSafe for IUriRuntimeClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,