Struct windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION
[−]#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION {
pub PartitionCount: u32,
pub Signature: u32,
pub PartitionEntry: [PARTITION_INFORMATION; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’, ‘Win32_Foundation’
Fields
PartitionCount: u32
Signature: u32
PartitionEntry: [PARTITION_INFORMATION; 1]
Trait Implementations
impl Clone for DRIVE_LAYOUT_INFORMATION
impl Clone for DRIVE_LAYOUT_INFORMATION
impl Copy for DRIVE_LAYOUT_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for DRIVE_LAYOUT_INFORMATION
impl Send for DRIVE_LAYOUT_INFORMATION
impl Sync for DRIVE_LAYOUT_INFORMATION
impl Unpin for DRIVE_LAYOUT_INFORMATION
impl UnwindSafe for DRIVE_LAYOUT_INFORMATION
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