Struct IWMInputMediaProps_Vtbl
#[repr(C)]pub struct IWMInputMediaProps_Vtbl {
pub base__: IWMMediaProps_Vtbl,
pub GetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT,
pub GetGroupName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT,
}
Fields§
§base__: IWMMediaProps_Vtbl
§GetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT
§GetGroupName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT
Implementations§
§impl IWMInputMediaProps_Vtbl
impl IWMInputMediaProps_Vtbl
pub const fn new<Identity: IWMInputMediaProps_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMInputMediaProps_Vtbl
impl RefUnwindSafe for IWMInputMediaProps_Vtbl
impl Send for IWMInputMediaProps_Vtbl
impl Sync for IWMInputMediaProps_Vtbl
impl Unpin for IWMInputMediaProps_Vtbl
impl UnwindSafe for IWMInputMediaProps_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