#[repr(C)]pub struct FILE_END_OF_FILE_INFORMATION_EX {
pub EndOfFile: i64,
pub PagingFileSizeInMM: i64,
pub PagingFileMaxSize: i64,
pub Flags: u32,
}
Fields§
§EndOfFile: i64
§PagingFileSizeInMM: i64
§PagingFileMaxSize: i64
§Flags: u32
Trait Implementations§
§impl Clone for FILE_END_OF_FILE_INFORMATION_EX
impl Clone for FILE_END_OF_FILE_INFORMATION_EX
impl Copy for FILE_END_OF_FILE_INFORMATION_EX
Auto Trait Implementations§
impl RefUnwindSafe for FILE_END_OF_FILE_INFORMATION_EX
impl Send for FILE_END_OF_FILE_INFORMATION_EX
impl Sync for FILE_END_OF_FILE_INFORMATION_EX
impl Unpin for FILE_END_OF_FILE_INFORMATION_EX
impl UnwindSafe for FILE_END_OF_FILE_INFORMATION_EX
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