#[repr(i32)]pub enum _FINDEX_SEARCH_OPS {
FindExSearchNameMatch = 0,
FindExSearchLimitToDirectories = 1,
FindExSearchLimitToDevices = 2,
FindExSearchMaxSearchOp = 3,
}Variants§
FindExSearchNameMatch = 0
FindExSearchLimitToDirectories = 1
FindExSearchLimitToDevices = 2
FindExSearchMaxSearchOp = 3
Trait Implementations§
Source§impl Clone for _FINDEX_SEARCH_OPS
impl Clone for _FINDEX_SEARCH_OPS
Source§fn clone(&self) -> _FINDEX_SEARCH_OPS
fn clone(&self) -> _FINDEX_SEARCH_OPS
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 moreSource§impl Debug for _FINDEX_SEARCH_OPS
impl Debug for _FINDEX_SEARCH_OPS
Source§impl Hash for _FINDEX_SEARCH_OPS
impl Hash for _FINDEX_SEARCH_OPS
Source§impl PartialEq for _FINDEX_SEARCH_OPS
impl PartialEq for _FINDEX_SEARCH_OPS
impl Copy for _FINDEX_SEARCH_OPS
impl Eq for _FINDEX_SEARCH_OPS
impl StructuralPartialEq for _FINDEX_SEARCH_OPS
Auto Trait Implementations§
impl Freeze for _FINDEX_SEARCH_OPS
impl RefUnwindSafe for _FINDEX_SEARCH_OPS
impl Send for _FINDEX_SEARCH_OPS
impl Sync for _FINDEX_SEARCH_OPS
impl Unpin for _FINDEX_SEARCH_OPS
impl UnwindSafe for _FINDEX_SEARCH_OPS
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