Struct FILE_END_OF_FILE_INFORMATION_EX
#[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
§fn clone(&self) -> FILE_END_OF_FILE_INFORMATION_EX
fn clone(&self) -> FILE_END_OF_FILE_INFORMATION_EX
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FILE_END_OF_FILE_INFORMATION_EX
Auto Trait Implementations§
impl Freeze for FILE_END_OF_FILE_INFORMATION_EX
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