Struct windows::System::UserProfile::LockScreen
pub struct LockScreen;
Implementations§
§impl LockScreen
impl LockScreen
pub fn RequestSetImageFeedAsync<P0>(
syndicationfeeduri: P0,
) -> Result<IAsyncOperation<SetImageFeedResult>>where
P0: Param<Uri>,
pub fn TryRemoveImageFeed() -> Result<bool>
pub fn OriginalImageFile() -> Result<Uri>
pub fn GetImageStream() -> Result<IRandomAccessStream>
pub fn SetImageFileAsync<P0>(value: P0) -> Result<IAsyncAction>where
P0: Param<IStorageFile>,
pub fn SetImageStreamAsync<P0>(value: P0) -> Result<IAsyncAction>where
P0: Param<IRandomAccessStream>,
Auto Trait Implementations§
impl Freeze for LockScreen
impl RefUnwindSafe for LockScreen
impl Send for LockScreen
impl Sync for LockScreen
impl Unpin for LockScreen
impl UnwindSafe for LockScreen
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