Struct windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_MBR
#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION_MBR {
pub Signature: u32,
pub CheckSum: u32,
}
Fields§
§Signature: u32
§CheckSum: u32
Trait Implementations§
§impl Clone for DRIVE_LAYOUT_INFORMATION_MBR
impl Clone for DRIVE_LAYOUT_INFORMATION_MBR
impl Copy for DRIVE_LAYOUT_INFORMATION_MBR
Auto Trait Implementations§
impl RefUnwindSafe for DRIVE_LAYOUT_INFORMATION_MBR
impl Send for DRIVE_LAYOUT_INFORMATION_MBR
impl Sync for DRIVE_LAYOUT_INFORMATION_MBR
impl Unpin for DRIVE_LAYOUT_INFORMATION_MBR
impl UnwindSafe for DRIVE_LAYOUT_INFORMATION_MBR
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