Struct windows_sys::Win32::Storage::FileSystem::FILE_EXTENT
#[repr(C)]pub struct FILE_EXTENT {
pub VolumeOffset: u64,
pub ExtentLength: u64,
}
Fields§
§VolumeOffset: u64
§ExtentLength: u64
Trait Implementations§
§impl Clone for FILE_EXTENT
impl Clone for FILE_EXTENT
impl Copy for FILE_EXTENT
Auto Trait Implementations§
impl RefUnwindSafe for FILE_EXTENT
impl Send for FILE_EXTENT
impl Sync for FILE_EXTENT
impl Unpin for FILE_EXTENT
impl UnwindSafe for FILE_EXTENT
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