Struct winapi::winioctl::RETRIEVAL_POINTERS_BUFFER
[−]
[src]
pub struct RETRIEVAL_POINTERS_BUFFER {
pub ExtentCount: DWORD,
pub StartingVcn: LARGE_INTEGER,
pub Extents: [RETRIEVAL_POINTERS_BUFFER_INTERNAL; 1],
}Fields
ExtentCount | |
StartingVcn | |
Extents |
Trait Implementations
impl Copy for RETRIEVAL_POINTERS_BUFFER[src]
impl Clone for RETRIEVAL_POINTERS_BUFFER[src]
fn clone(&self) -> RETRIEVAL_POINTERS_BUFFER
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more