Struct IWMProfile3_Vtbl
#[repr(C)]pub struct IWMProfile3_Vtbl {Show 13 fields
pub base__: IWMProfile2_Vtbl,
pub GetStorageFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_STORAGE_FORMAT) -> HRESULT,
pub SetStorageFormat: unsafe extern "system" fn(_: *mut c_void, _: WMT_STORAGE_FORMAT) -> HRESULT,
pub GetBandwidthSharingCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub RemoveBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateNewBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveStreamPrioritization: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub CreateNewStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetExpectedPacketCount: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULT,
}Fields§
§base__: IWMProfile2_Vtbl§GetStorageFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_STORAGE_FORMAT) -> HRESULT§SetStorageFormat: unsafe extern "system" fn(_: *mut c_void, _: WMT_STORAGE_FORMAT) -> HRESULT§GetBandwidthSharingCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§RemoveBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AddBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CreateNewBandwidthSharing: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RemoveStreamPrioritization: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§CreateNewStreamPrioritization: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetExpectedPacketCount: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut u64) -> HRESULTImplementations§
§impl IWMProfile3_Vtbl
impl IWMProfile3_Vtbl
pub const fn new<Identity: IWMProfile3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMProfile3_Vtbl
impl RefUnwindSafe for IWMProfile3_Vtbl
impl Send for IWMProfile3_Vtbl
impl Sync for IWMProfile3_Vtbl
impl Unpin for IWMProfile3_Vtbl
impl UnwindSafe for IWMProfile3_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