Struct IBackgroundTransferOperation_Vtbl
#[repr(C)]pub struct IBackgroundTransferOperation_Vtbl {
pub base__: IInspectable_Vtbl,
pub Guid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub RequestedUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Method: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Group: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CostPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundTransferCostPolicy) -> HRESULT,
pub SetCostPolicy: unsafe extern "system" fn(_: *mut c_void, _: BackgroundTransferCostPolicy) -> HRESULT,
pub GetResultStreamAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT,
pub GetResponseInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Guid: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§RequestedUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Method: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Group: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CostPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundTransferCostPolicy) -> HRESULT
§SetCostPolicy: unsafe extern "system" fn(_: *mut c_void, _: BackgroundTransferCostPolicy) -> HRESULT
§GetResultStreamAt: unsafe extern "system" fn(_: *mut c_void, _: u64, _: *mut *mut c_void) -> HRESULT
§GetResponseInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IBackgroundTransferOperation_Vtbl
impl IBackgroundTransferOperation_Vtbl
pub const fn new<Identity: IBackgroundTransferOperation_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundTransferOperation_Vtbl
impl RefUnwindSafe for IBackgroundTransferOperation_Vtbl
impl Send for IBackgroundTransferOperation_Vtbl
impl Sync for IBackgroundTransferOperation_Vtbl
impl Unpin for IBackgroundTransferOperation_Vtbl
impl UnwindSafe for IBackgroundTransferOperation_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