Struct IScriptEntry_Vtbl
#[repr(C)]pub struct IScriptEntry_Vtbl {
pub base__: IScriptNode_Vtbl,
pub GetText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetBody: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetBody: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetItemName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT,
pub SetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT,
pub GetRange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IScriptNode_Vtbl
§GetText: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetText: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetBody: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetBody: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetItemName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT
§SetSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT
§GetRange: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32) -> HRESULT
Implementations§
§impl IScriptEntry_Vtbl
impl IScriptEntry_Vtbl
pub const fn new<Identity: IScriptEntry_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IScriptEntry_Vtbl
impl RefUnwindSafe for IScriptEntry_Vtbl
impl Send for IScriptEntry_Vtbl
impl Sync for IScriptEntry_Vtbl
impl Unpin for IScriptEntry_Vtbl
impl UnwindSafe for IScriptEntry_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