#[repr(C)]
pub union SET_PARTITION_INFORMATION_EX_0 {
pub Mbr: SET_PARTITION_INFORMATION,
pub Gpt: PARTITION_INFORMATION_GPT,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
Mbr: SET_PARTITION_INFORMATION
Gpt: PARTITION_INFORMATION_GPT
Trait Implementations
impl Clone for SET_PARTITION_INFORMATION_EX_0
impl Clone for SET_PARTITION_INFORMATION_EX_0
impl Copy for SET_PARTITION_INFORMATION_EX_0
Auto Trait Implementations
impl RefUnwindSafe for SET_PARTITION_INFORMATION_EX_0
impl Send for SET_PARTITION_INFORMATION_EX_0
impl Sync for SET_PARTITION_INFORMATION_EX_0
impl Unpin for SET_PARTITION_INFORMATION_EX_0
impl UnwindSafe for SET_PARTITION_INFORMATION_EX_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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