Struct ICommandCost_Vtbl
#[repr(C)]pub struct ICommandCost_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAccumulatedCost: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut DBCOST) -> HRESULT,
pub GetCostEstimate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT,
pub GetCostGoals: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT,
pub GetCostLimits: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT,
pub SetCostGoals: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const DBCOST) -> HRESULT,
pub SetCostLimits: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const DBCOST, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAccumulatedCost: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut *mut DBCOST) -> HRESULT
§GetCostEstimate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT
§GetCostGoals: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT
§GetCostLimits: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut u32, _: *mut DBCOST) -> HRESULT
§SetCostGoals: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const DBCOST) -> HRESULT
§SetCostLimits: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *const DBCOST, _: u32) -> HRESULT
Implementations§
§impl ICommandCost_Vtbl
impl ICommandCost_Vtbl
pub const fn new<Identity: ICommandCost_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICommandCost_Vtbl
impl RefUnwindSafe for ICommandCost_Vtbl
impl Send for ICommandCost_Vtbl
impl Sync for ICommandCost_Vtbl
impl Unpin for ICommandCost_Vtbl
impl UnwindSafe for ICommandCost_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