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
pub const OrderByName: Self
pub const OrderByTitle: Self
pub const OrderByMusicProperties: Self
pub const OrderBySearchRank: Self
pub const OrderByDate: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more