Struct windows_sys::Storage::Pickers::PickerLocationId
[−]#[repr(transparent)]pub struct PickerLocationId(pub i32);
Expand description
Required features: "Storage_Pickers"
Tuple Fields
0: i32
Implementations
impl PickerLocationId
impl PickerLocationId
pub const DocumentsLibrary: Self = Self(0i32)
pub const ComputerFolder: Self = Self(1i32)
pub const Desktop: Self = Self(2i32)
pub const Downloads: Self = Self(3i32)
pub const HomeGroup: Self = Self(4i32)
pub const MusicLibrary: Self = Self(5i32)
pub const PicturesLibrary: Self = Self(6i32)
pub const VideosLibrary: Self = Self(7i32)
pub const Objects3D: Self = Self(8i32)
pub const Unspecified: Self = Self(9i32)
Trait Implementations
impl Clone for PickerLocationId
impl Clone for PickerLocationId
impl Copy for PickerLocationId
Auto Trait Implementations
impl RefUnwindSafe for PickerLocationId
impl Send for PickerLocationId
impl Sync for PickerLocationId
impl Unpin for PickerLocationId
impl UnwindSafe for PickerLocationId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more