Struct windows_sys::Wdk::Storage::FileSystem::BOOT_AREA_INFO
#[repr(C)]pub struct BOOT_AREA_INFO {
pub BootSectorCount: u32,
pub BootSectors: [BOOT_AREA_INFO_0; 2],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more