Struct win_sys::FileSystem::CLS_SCAN_CONTEXT
source · [−]#[repr(C)]pub struct CLS_SCAN_CONTEXT {
pub cidNode: CLFS_NODE_ID,
pub hLog: HANDLE,
pub cIndex: u32,
pub cContainers: u32,
pub cContainersReturned: u32,
pub eScanMode: u8,
pub pinfoContainer: *mut CLS_CONTAINER_INFORMATION,
}Expand description
Required features: ‘Win32_Storage_FileSystem’, ‘Win32_Foundation’
Fields
cidNode: CLFS_NODE_IDhLog: HANDLEcIndex: u32cContainers: u32cContainersReturned: u32eScanMode: u8pinfoContainer: *mut CLS_CONTAINER_INFORMATIONTrait Implementations
sourceimpl Clone for CLS_SCAN_CONTEXT
impl Clone for CLS_SCAN_CONTEXT
sourcepub fn clone(&self) -> CLS_SCAN_CONTEXT
pub fn clone(&self) -> CLS_SCAN_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CLS_SCAN_CONTEXT
impl Debug for CLS_SCAN_CONTEXT
sourceimpl Default for CLS_SCAN_CONTEXT
impl Default for CLS_SCAN_CONTEXT
sourcepub fn default() -> CLS_SCAN_CONTEXT
pub fn default() -> CLS_SCAN_CONTEXT
Returns the “default value” for a type. Read more
sourceimpl PartialEq<CLS_SCAN_CONTEXT> for CLS_SCAN_CONTEXT
impl PartialEq<CLS_SCAN_CONTEXT> for CLS_SCAN_CONTEXT
impl Copy for CLS_SCAN_CONTEXT
impl Eq for CLS_SCAN_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CLS_SCAN_CONTEXT
impl !Send for CLS_SCAN_CONTEXT
impl !Sync for CLS_SCAN_CONTEXT
impl Unpin for CLS_SCAN_CONTEXT
impl UnwindSafe for CLS_SCAN_CONTEXT
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
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more