Struct windows_sys::Wdk::System::SystemServices::BOOTDISK_INFORMATION_EX
#[repr(C)]pub struct BOOTDISK_INFORMATION_EX {
pub BootPartitionOffset: i64,
pub SystemPartitionOffset: i64,
pub BootDeviceSignature: u32,
pub SystemDeviceSignature: u32,
pub BootDeviceGuid: GUID,
pub SystemDeviceGuid: GUID,
pub BootDeviceIsGpt: BOOLEAN,
pub SystemDeviceIsGpt: BOOLEAN,
}Expand description
Required features: "Win32_Foundation"
Fields§
§BootPartitionOffset: i64§SystemPartitionOffset: i64§BootDeviceSignature: u32§SystemDeviceSignature: u32§BootDeviceGuid: GUID§SystemDeviceGuid: GUID§BootDeviceIsGpt: BOOLEAN§SystemDeviceIsGpt: BOOLEANTrait Implementations§
§impl Clone for BOOTDISK_INFORMATION_EX
impl Clone for BOOTDISK_INFORMATION_EX
impl Copy for BOOTDISK_INFORMATION_EX
Auto Trait Implementations§
impl RefUnwindSafe for BOOTDISK_INFORMATION_EX
impl Send for BOOTDISK_INFORMATION_EX
impl Sync for BOOTDISK_INFORMATION_EX
impl Unpin for BOOTDISK_INFORMATION_EX
impl UnwindSafe for BOOTDISK_INFORMATION_EX
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