Struct windows_sys::Wdk::System::SystemServices::BOOTDISK_INFORMATION
#[repr(C)]pub struct BOOTDISK_INFORMATION {
pub BootPartitionOffset: i64,
pub SystemPartitionOffset: i64,
pub BootDeviceSignature: u32,
pub SystemDeviceSignature: u32,
}Fields§
§BootPartitionOffset: i64§SystemPartitionOffset: i64§BootDeviceSignature: u32§SystemDeviceSignature: u32Trait Implementations§
§impl Clone for BOOTDISK_INFORMATION
impl Clone for BOOTDISK_INFORMATION
impl Copy for BOOTDISK_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for BOOTDISK_INFORMATION
impl Send for BOOTDISK_INFORMATION
impl Sync for BOOTDISK_INFORMATION
impl Unpin for BOOTDISK_INFORMATION
impl UnwindSafe for BOOTDISK_INFORMATION
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