Struct windows_sys::Win32::System::Ioctl::BOOT_AREA_INFO
[−]#[repr(C)]pub struct BOOT_AREA_INFO {
pub BootSectorCount: u32,
pub BootSectors: [BOOT_AREA_INFO_0; 2],
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
BootSectorCount: u32
BootSectors: [BOOT_AREA_INFO_0; 2]
Trait Implementations
impl Clone for BOOT_AREA_INFO
impl Clone for BOOT_AREA_INFO
impl Copy for BOOT_AREA_INFO
Auto Trait Implementations
impl RefUnwindSafe for BOOT_AREA_INFO
impl Send for BOOT_AREA_INFO
impl Sync for BOOT_AREA_INFO
impl Unpin for BOOT_AREA_INFO
impl UnwindSafe for BOOT_AREA_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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