Struct windows::Storage::SystemProperties
pub struct SystemProperties;
Implementations§
§impl SystemProperties
impl SystemProperties
pub fn Author() -> Result<HSTRING>
pub fn Comment() -> Result<HSTRING>
pub fn ItemNameDisplay() -> Result<HSTRING>
pub fn Keywords() -> Result<HSTRING>
pub fn Rating() -> Result<HSTRING>
pub fn Title() -> Result<HSTRING>
pub fn Audio() -> Result<SystemAudioProperties>
pub fn GPS() -> Result<SystemGPSProperties>
pub fn Media() -> Result<SystemMediaProperties>
pub fn Music() -> Result<SystemMusicProperties>
pub fn Photo() -> Result<SystemPhotoProperties>
pub fn Video() -> Result<SystemVideoProperties>
pub fn Image() -> Result<SystemImageProperties>
Auto Trait Implementations§
impl Freeze for SystemProperties
impl RefUnwindSafe for SystemProperties
impl Send for SystemProperties
impl Sync for SystemProperties
impl Unpin for SystemProperties
impl UnwindSafe for SystemProperties
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