Struct IWiaDrvItem_Vtbl
#[repr(C)]pub struct IWiaDrvItem_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub GetItemFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetDeviceSpecContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT,
pub GetFullItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AddItemToFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnlinkItemTree: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub RemoveItemFromFolder: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub FindItemByName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FindChildItemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetParentItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFirstChildItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNextSiblingItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DumpItemData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetItemFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetDeviceSpecContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8) -> HRESULT
§GetFullItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetItemName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AddItemToFolder: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnlinkItemTree: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§RemoveItemFromFolder: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§FindItemByName: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FindChildItemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetParentItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFirstChildItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNextSiblingItem: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DumpItemData: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWiaDrvItem_Vtbl
impl IWiaDrvItem_Vtbl
pub const fn new<Identity: IWiaDrvItem_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaDrvItem_Vtbl
impl RefUnwindSafe for IWiaDrvItem_Vtbl
impl Send for IWiaDrvItem_Vtbl
impl Sync for IWiaDrvItem_Vtbl
impl Unpin for IWiaDrvItem_Vtbl
impl UnwindSafe for IWiaDrvItem_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