Struct windows::Storage::KnownFolderId
#[repr(transparent)]pub struct KnownFolderId(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl KnownFolderId
impl KnownFolderId
pub const AppCaptures: Self = _
pub const CameraRoll: Self = _
pub const DocumentsLibrary: Self = _
pub const HomeGroup: Self = _
pub const MediaServerDevices: Self = _
pub const MusicLibrary: Self = _
pub const Objects3D: Self = _
pub const PicturesLibrary: Self = _
pub const Playlists: Self = _
pub const RecordedCalls: Self = _
pub const RemovableDevices: Self = _
pub const SavedPictures: Self = _
pub const Screenshots: Self = _
pub const VideosLibrary: Self = _
pub const AllAppMods: Self = _
pub const CurrentAppMods: Self = _
pub const DownloadsFolder: Self = _
Trait Implementations§
§impl Clone for KnownFolderId
impl Clone for KnownFolderId
§fn clone(&self) -> KnownFolderId
fn clone(&self) -> KnownFolderId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for KnownFolderId
impl Debug for KnownFolderId
§impl Default for KnownFolderId
impl Default for KnownFolderId
§fn default() -> KnownFolderId
fn default() -> KnownFolderId
Returns the “default value” for a type. Read more
§impl PartialEq for KnownFolderId
impl PartialEq for KnownFolderId
§fn eq(&self, other: &KnownFolderId) -> bool
fn eq(&self, other: &KnownFolderId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KnownFolderId
impl Eq for KnownFolderId
impl StructuralPartialEq for KnownFolderId
Auto Trait Implementations§
impl Freeze for KnownFolderId
impl RefUnwindSafe for KnownFolderId
impl Send for KnownFolderId
impl Sync for KnownFolderId
impl Unpin for KnownFolderId
impl UnwindSafe for KnownFolderId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)