Struct windows_sys::Storage::Search::CommonFileQuery
[−]#[repr(transparent)]pub struct CommonFileQuery(pub i32);
Expand description
Required features: "Storage_Search"
Tuple Fields
0: i32
Implementations
impl CommonFileQuery
impl CommonFileQuery
pub const DefaultQuery: Self = Self(0i32)
pub const OrderByName: Self = Self(1i32)
pub const OrderByTitle: Self = Self(2i32)
pub const OrderByMusicProperties: Self = Self(3i32)
pub const OrderBySearchRank: Self = Self(4i32)
pub const OrderByDate: Self = Self(5i32)
Trait Implementations
impl Clone for CommonFileQuery
impl Clone for CommonFileQuery
impl Copy for CommonFileQuery
Auto Trait Implementations
impl RefUnwindSafe for CommonFileQuery
impl Send for CommonFileQuery
impl Sync for CommonFileQuery
impl Unpin for CommonFileQuery
impl UnwindSafe for CommonFileQuery
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