Struct IAMCrossbar_Vtbl
#[repr(C)]pub struct IAMCrossbar_Vtbl {
pub base__: IUnknown_Vtbl,
pub get_PinCounts: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT,
pub CanRoute: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub Route: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT,
pub get_IsRoutedTo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT,
pub get_CrossbarPinInfo: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: i32, _: *mut i32, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§get_PinCounts: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut i32) -> HRESULT
§CanRoute: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§Route: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT
§get_IsRoutedTo: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut i32) -> HRESULT
§get_CrossbarPinInfo: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: i32, _: *mut i32, _: *mut i32) -> HRESULT
Implementations§
§impl IAMCrossbar_Vtbl
impl IAMCrossbar_Vtbl
pub const fn new<Identity: IAMCrossbar_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMCrossbar_Vtbl
impl RefUnwindSafe for IAMCrossbar_Vtbl
impl Send for IAMCrossbar_Vtbl
impl Sync for IAMCrossbar_Vtbl
impl Unpin for IAMCrossbar_Vtbl
impl UnwindSafe for IAMCrossbar_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