Struct windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_GPT
[−]#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION_GPT {
pub DiskId: GUID,
pub StartingUsableOffset: i64,
pub UsableLength: i64,
pub MaxPartitionCount: u32,
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
DiskId: GUID
StartingUsableOffset: i64
UsableLength: i64
MaxPartitionCount: u32
Trait Implementations
impl Clone for DRIVE_LAYOUT_INFORMATION_GPT
impl Clone for DRIVE_LAYOUT_INFORMATION_GPT
impl Copy for DRIVE_LAYOUT_INFORMATION_GPT
Auto Trait Implementations
impl RefUnwindSafe for DRIVE_LAYOUT_INFORMATION_GPT
impl Send for DRIVE_LAYOUT_INFORMATION_GPT
impl Sync for DRIVE_LAYOUT_INFORMATION_GPT
impl Unpin for DRIVE_LAYOUT_INFORMATION_GPT
impl UnwindSafe for DRIVE_LAYOUT_INFORMATION_GPT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more