Struct windows::Storage::Pickers::PickerLocationId
#[repr(transparent)]pub struct PickerLocationId(pub i32);
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
§fn clone(&self) -> PickerLocationId
fn clone(&self) -> PickerLocationId
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 PickerLocationId
impl Debug for PickerLocationId
§impl Default for PickerLocationId
impl Default for PickerLocationId
§fn default() -> PickerLocationId
fn default() -> PickerLocationId
Returns the “default value” for a type. Read more
§impl PartialEq for PickerLocationId
impl PartialEq for PickerLocationId
§fn eq(&self, other: &PickerLocationId) -> bool
fn eq(&self, other: &PickerLocationId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PickerLocationId
impl Eq for PickerLocationId
impl StructuralPartialEq for PickerLocationId
Auto Trait Implementations§
impl Freeze for PickerLocationId
impl RefUnwindSafe for PickerLocationId
impl Send for PickerLocationId
impl Sync for PickerLocationId
impl Unpin for PickerLocationId
impl UnwindSafe for PickerLocationId
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
)