Struct windows::Win32::Storage::IndexServer::STAT_CHUNK
#[repr(C)]pub struct STAT_CHUNK {
pub idChunk: u32,
pub breakType: CHUNK_BREAKTYPE,
pub flags: CHUNKSTATE,
pub locale: u32,
pub attribute: FULLPROPSPEC,
pub idChunkSource: u32,
pub cwcStartSource: u32,
pub cwcLenSource: u32,
}
Fields§
§idChunk: u32
§breakType: CHUNK_BREAKTYPE
§flags: CHUNKSTATE
§locale: u32
§attribute: FULLPROPSPEC
§idChunkSource: u32
§cwcStartSource: u32
§cwcLenSource: u32
Trait Implementations§
§impl Clone for STAT_CHUNK
impl Clone for STAT_CHUNK
§fn clone(&self) -> STAT_CHUNK
fn clone(&self) -> STAT_CHUNK
Returns a copy 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 moreimpl Copy for STAT_CHUNK
Auto Trait Implementations§
impl Freeze for STAT_CHUNK
impl RefUnwindSafe for STAT_CHUNK
impl !Send for STAT_CHUNK
impl !Sync for STAT_CHUNK
impl Unpin for STAT_CHUNK
impl UnwindSafe for STAT_CHUNK
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)