Struct windows_sys::Win32::Storage::FileSystem::FILE_EXTENT
[−]Expand description
Required features: "Win32_Storage_FileSystem"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more