Struct IWMStreamConfig_Vtbl
#[repr(C)]pub struct IWMStreamConfig_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetStreamType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub SetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub GetStreamName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT,
pub SetStreamName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT,
pub SetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetBufferWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetBufferWindow: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStreamType: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§SetStreamNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§GetStreamName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT
§SetStreamName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT
§SetConnectionName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetBitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetBufferWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetBufferWindow: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IWMStreamConfig_Vtbl
impl IWMStreamConfig_Vtbl
pub const fn new<Identity: IWMStreamConfig_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMStreamConfig_Vtbl
impl RefUnwindSafe for IWMStreamConfig_Vtbl
impl Send for IWMStreamConfig_Vtbl
impl Sync for IWMStreamConfig_Vtbl
impl Unpin for IWMStreamConfig_Vtbl
impl UnwindSafe for IWMStreamConfig_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