Struct windows::Wdk::Storage::FileSystem::READ_LIST
#[repr(C)]pub struct READ_LIST {
pub FileObject: *mut FILE_OBJECT,
pub NumberOfEntries: u32,
pub IsImage: u32,
pub List: [FILE_SEGMENT_ELEMENT; 1],
}
Fields§
§FileObject: *mut FILE_OBJECT
§NumberOfEntries: u32
§IsImage: u32
§List: [FILE_SEGMENT_ELEMENT; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for READ_LIST
impl RefUnwindSafe for READ_LIST
impl !Send for READ_LIST
impl !Sync for READ_LIST
impl Unpin for READ_LIST
impl UnwindSafe for READ_LIST
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
)