Struct IMXAttributes_Vtbl
#[repr(C)]pub struct IMXAttributes_Vtbl {
pub base__: IDispatch_Vtbl,
pub addAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub addAttributeFromIndex: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: i32) -> HRESULT,
pub clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub removeAttribute: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub setAttribute: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub setAttributes: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub setLocalName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub setQName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub setType: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub setURI: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub setValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§addAttribute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§addAttributeFromIndex: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: i32) -> HRESULT
§clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§removeAttribute: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§setAttribute: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§setAttributes: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§setLocalName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§setQName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§setType: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§setURI: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§setValue: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
Implementations§
§impl IMXAttributes_Vtbl
impl IMXAttributes_Vtbl
pub const fn new<Identity: IMXAttributes_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMXAttributes_Vtbl
impl RefUnwindSafe for IMXAttributes_Vtbl
impl Send for IMXAttributes_Vtbl
impl Sync for IMXAttributes_Vtbl
impl Unpin for IMXAttributes_Vtbl
impl UnwindSafe for IMXAttributes_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