Struct ILineDisplay_Vtbl
#[repr(C)]pub struct ILineDisplay_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PhysicalDeviceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PhysicalDeviceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceControlDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceControlVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceServiceVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ClaimAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PhysicalDeviceName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PhysicalDeviceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeviceControlDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeviceControlVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DeviceServiceVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ClaimAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ILineDisplay_Vtbl
impl RefUnwindSafe for ILineDisplay_Vtbl
impl Send for ILineDisplay_Vtbl
impl Sync for ILineDisplay_Vtbl
impl Unpin for ILineDisplay_Vtbl
impl UnwindSafe for ILineDisplay_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