Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
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
impl Copy for STAT_CHUNK
Auto Trait Implementations
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
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