#[repr(C)]pub struct RETRIEVAL_POINTERS_BUFFER {
    pub ExtentCount: DWORD,
    pub StartingVcn: LARGE_INTEGER,
    pub Extents: [RETRIEVAL_POINTERS_BUFFER_INTERNAL; 1],
}Fields
ExtentCount: DWORDStartingVcn: LARGE_INTEGERExtents: [RETRIEVAL_POINTERS_BUFFER_INTERNAL; 1]Trait Implementations
sourceimpl Clone for RETRIEVAL_POINTERS_BUFFER
 
impl Clone for RETRIEVAL_POINTERS_BUFFER
sourcefn clone(&self) -> RETRIEVAL_POINTERS_BUFFER
 
fn clone(&self) -> RETRIEVAL_POINTERS_BUFFER
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
impl Copy for RETRIEVAL_POINTERS_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for RETRIEVAL_POINTERS_BUFFER
impl Send for RETRIEVAL_POINTERS_BUFFER
impl Sync for RETRIEVAL_POINTERS_BUFFER
impl Unpin for RETRIEVAL_POINTERS_BUFFER
impl UnwindSafe for RETRIEVAL_POINTERS_BUFFER
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