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