Struct windows_sys::Win32::System::Ioctl::DISK_EXTENT
[−]#[repr(C)]pub struct DISK_EXTENT {
pub DiskNumber: u32,
pub StartingOffset: i64,
pub ExtentLength: i64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
DiskNumber: u32
StartingOffset: i64
ExtentLength: i64
Trait Implementations
impl Clone for DISK_EXTENT
impl Clone for DISK_EXTENT
impl Copy for DISK_EXTENT
Auto Trait Implementations
impl RefUnwindSafe for DISK_EXTENT
impl Send for DISK_EXTENT
impl Sync for DISK_EXTENT
impl Unpin for DISK_EXTENT
impl UnwindSafe for DISK_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