#[repr(C)]pub struct IBackgroundTransferOperationPriority_Vtbl {
pub base__: IInspectable_Vtbl,
pub Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundTransferPriority) -> HRESULT,
pub SetPriority: unsafe extern "system" fn(_: *mut c_void, _: BackgroundTransferPriority) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundTransferPriority) -> HRESULT
§SetPriority: unsafe extern "system" fn(_: *mut c_void, _: BackgroundTransferPriority) -> HRESULT
Implementations§
§impl IBackgroundTransferOperationPriority_Vtbl
impl IBackgroundTransferOperationPriority_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundTransferOperationPriority_Vtblwhere
Identity: IBackgroundTransferOperationPriority_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundTransferOperationPriority_Vtbl
impl RefUnwindSafe for IBackgroundTransferOperationPriority_Vtbl
impl Send for IBackgroundTransferOperationPriority_Vtbl
impl Sync for IBackgroundTransferOperationPriority_Vtbl
impl Unpin for IBackgroundTransferOperationPriority_Vtbl
impl UnwindSafe for IBackgroundTransferOperationPriority_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