Struct PickerLocationId
#[repr(transparent)]pub struct PickerLocationId(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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