Struct std::sys::windows::c::windows_sys::FILE_END_OF_FILE_INFO
source · #[repr(C)]pub struct FILE_END_OF_FILE_INFO {
pub EndOfFile: i64,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§EndOfFile: i64
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§impl Clone for FILE_END_OF_FILE_INFO
impl Clone for FILE_END_OF_FILE_INFO
impl Copy for FILE_END_OF_FILE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for FILE_END_OF_FILE_INFO
impl Send for FILE_END_OF_FILE_INFO
impl Sync for FILE_END_OF_FILE_INFO
impl Unpin for FILE_END_OF_FILE_INFO
impl UnwindSafe for FILE_END_OF_FILE_INFO
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