Struct IMLOperatorAttributes_Vtbl
#[repr(C)]pub struct IMLOperatorAttributes_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAttributeElementCount: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: MLOperatorAttributeType, _: *mut u32) -> HRESULT,
pub GetAttribute: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: MLOperatorAttributeType, _: u32, _: usize, _: *mut c_void) -> HRESULT,
pub GetStringAttributeElementLength: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetStringAttributeElement: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: u32, _: PSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAttributeElementCount: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: MLOperatorAttributeType, _: *mut u32) -> HRESULT
§GetAttribute: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: MLOperatorAttributeType, _: u32, _: usize, _: *mut c_void) -> HRESULT
§GetStringAttributeElementLength: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: *mut u32) -> HRESULT
§GetStringAttributeElement: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: u32, _: u32, _: PSTR) -> HRESULT
Implementations§
§impl IMLOperatorAttributes_Vtbl
impl IMLOperatorAttributes_Vtbl
pub const fn new<Identity: IMLOperatorAttributes_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMLOperatorAttributes_Vtbl
impl RefUnwindSafe for IMLOperatorAttributes_Vtbl
impl Send for IMLOperatorAttributes_Vtbl
impl Sync for IMLOperatorAttributes_Vtbl
impl Unpin for IMLOperatorAttributes_Vtbl
impl UnwindSafe for IMLOperatorAttributes_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