Struct windows_sys::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_MBR
[−]Expand description
Required features: "Win32_System_Ioctl"
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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