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
pub const ComputerFolder: Self
pub const Desktop: Self
pub const Downloads: Self
pub const HomeGroup: Self
pub const MusicLibrary: Self
pub const PicturesLibrary: Self
pub const VideosLibrary: Self
pub const Objects3D: Self
pub const Unspecified: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more