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