Struct ISensorCollection_Vtbl
#[repr(C)]pub struct ISensorCollection_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Add: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveByID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAt: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Add: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveByID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISensorCollection_Vtbl
impl ISensorCollection_Vtbl
pub const fn new<Identity: ISensorCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISensorCollection_Vtbl
impl RefUnwindSafe for ISensorCollection_Vtbl
impl Send for ISensorCollection_Vtbl
impl Sync for ISensorCollection_Vtbl
impl Unpin for ISensorCollection_Vtbl
impl UnwindSafe for ISensorCollection_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