Struct windows::Networking::BackgroundTransfer::ContentPrefetcher
pub struct ContentPrefetcher;
Implementations§
§impl ContentPrefetcher
impl ContentPrefetcher
pub fn ContentUris() -> Result<IVector<Uri>>
pub fn SetIndirectContentUri<P0>(value: P0) -> Result<()>where
P0: Param<Uri>,
pub fn IndirectContentUri() -> Result<Uri>
pub fn LastSuccessfulPrefetchTime() -> Result<IReference<DateTime>>
Auto Trait Implementations§
impl Freeze for ContentPrefetcher
impl RefUnwindSafe for ContentPrefetcher
impl Send for ContentPrefetcher
impl Sync for ContentPrefetcher
impl Unpin for ContentPrefetcher
impl UnwindSafe for ContentPrefetcher
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