Struct IRowsetPrioritization_Vtbl
#[repr(C)]pub struct IRowsetPrioritization_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetScopePriority: unsafe extern "system" fn(_: *mut c_void, _: PRIORITY_LEVEL, _: u32) -> HRESULT,
pub GetScopePriority: unsafe extern "system" fn(_: *mut c_void, _: *mut PRIORITY_LEVEL, _: *mut u32) -> HRESULT,
pub GetScopeStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetScopePriority: unsafe extern "system" fn(_: *mut c_void, _: PRIORITY_LEVEL, _: u32) -> HRESULT
§GetScopePriority: unsafe extern "system" fn(_: *mut c_void, _: *mut PRIORITY_LEVEL, _: *mut u32) -> HRESULT
§GetScopeStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl IRowsetPrioritization_Vtbl
impl IRowsetPrioritization_Vtbl
pub const fn new<Identity: IRowsetPrioritization_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRowsetPrioritization_Vtbl
impl RefUnwindSafe for IRowsetPrioritization_Vtbl
impl Send for IRowsetPrioritization_Vtbl
impl Sync for IRowsetPrioritization_Vtbl
impl Unpin for IRowsetPrioritization_Vtbl
impl UnwindSafe for IRowsetPrioritization_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