Struct IWMProfile_Vtbl
#[repr(C)]pub struct IWMProfile_Vtbl {Show 19 fields
pub base__: IUnknown_Vtbl,
pub GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_VERSION) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetStreamByNumber: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT,
pub RemoveStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveStreamByNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub AddStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReconfigStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateNewStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetMutualExclusionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub RemoveMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateNewMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_VERSION) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetStreamCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetStream: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetStreamByNumber: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut *mut c_void) -> HRESULT
§RemoveStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveStreamByNumber: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§AddStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReconfigStream: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateNewStream: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetMutualExclusionCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§RemoveMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateNewMutualExclusion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWMProfile_Vtbl
impl IWMProfile_Vtbl
pub const fn new<Identity: IWMProfile_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMProfile_Vtbl
impl RefUnwindSafe for IWMProfile_Vtbl
impl Send for IWMProfile_Vtbl
impl Sync for IWMProfile_Vtbl
impl Unpin for IWMProfile_Vtbl
impl UnwindSafe for IWMProfile_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