Struct CachedFileUpdater
pub struct CachedFileUpdater;
Implementations§
§impl CachedFileUpdater
impl CachedFileUpdater
pub fn SetUpdateInformation<P0>(
file: P0,
contentid: &HSTRING,
readmode: ReadActivationMode,
writemode: WriteActivationMode,
options: CachedFileOptions,
) -> Result<()>where
P0: Param<IStorageFile>,
Auto Trait Implementations§
impl Freeze for CachedFileUpdater
impl RefUnwindSafe for CachedFileUpdater
impl Send for CachedFileUpdater
impl Sync for CachedFileUpdater
impl Unpin for CachedFileUpdater
impl UnwindSafe for CachedFileUpdater
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