Struct windows_sys::Storage::Search::CommonFolderQuery
[−]#[repr(transparent)]pub struct CommonFolderQuery(pub i32);
Expand description
Required features: "Storage_Search"
Tuple Fields
0: i32
Implementations
impl CommonFolderQuery
impl CommonFolderQuery
pub const DefaultQuery: Self = Self(0i32)
pub const GroupByYear: Self = Self(100i32)
pub const GroupByMonth: Self = Self(101i32)
pub const GroupByArtist: Self = Self(102i32)
pub const GroupByAlbum: Self = Self(103i32)
pub const GroupByAlbumArtist: Self = Self(104i32)
pub const GroupByComposer: Self = Self(105i32)
pub const GroupByGenre: Self = Self(106i32)
pub const GroupByPublishedYear: Self = Self(107i32)
pub const GroupByRating: Self = Self(108i32)
pub const GroupByTag: Self = Self(109i32)
pub const GroupByAuthor: Self = Self(110i32)
pub const GroupByType: Self = Self(111i32)
Trait Implementations
impl Clone for CommonFolderQuery
impl Clone for CommonFolderQuery
impl Copy for CommonFolderQuery
Auto Trait Implementations
impl RefUnwindSafe for CommonFolderQuery
impl Send for CommonFolderQuery
impl Sync for CommonFolderQuery
impl Unpin for CommonFolderQuery
impl UnwindSafe for CommonFolderQuery
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