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