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