Struct IFsrmPropertyDefinition2_Vtbl
#[repr(C)]pub struct IFsrmPropertyDefinition2_Vtbl {
pub base__: IFsrmPropertyDefinition_Vtbl,
pub PropertyDefinitionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppliesTo: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub ValueDefinitions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IFsrmPropertyDefinition_Vtbl
§PropertyDefinitionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AppliesTo: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§ValueDefinitions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFsrmPropertyDefinition2_Vtbl
impl IFsrmPropertyDefinition2_Vtbl
pub const fn new<Identity: IFsrmPropertyDefinition2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPropertyDefinition2_Vtbl
impl RefUnwindSafe for IFsrmPropertyDefinition2_Vtbl
impl Send for IFsrmPropertyDefinition2_Vtbl
impl Sync for IFsrmPropertyDefinition2_Vtbl
impl Unpin for IFsrmPropertyDefinition2_Vtbl
impl UnwindSafe for IFsrmPropertyDefinition2_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