Struct IESRequestTunerEvent_Vtbl
#[repr(C)]pub struct IESRequestTunerEvent_Vtbl {
pub base__: IESEvent_Vtbl,
pub GetPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetReason: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetConsequences: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub GetEstimatedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IESEvent_Vtbl
§GetPriority: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetReason: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetConsequences: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§GetEstimatedTime: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IESRequestTunerEvent_Vtbl
impl IESRequestTunerEvent_Vtbl
pub const fn new<Identity: IESRequestTunerEvent_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IESRequestTunerEvent_Vtbl
impl RefUnwindSafe for IESRequestTunerEvent_Vtbl
impl Send for IESRequestTunerEvent_Vtbl
impl Sync for IESRequestTunerEvent_Vtbl
impl Unpin for IESRequestTunerEvent_Vtbl
impl UnwindSafe for IESRequestTunerEvent_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