Struct windows_sys::Win32::System::Ioctl::SET_PARTITION_INFORMATION
[−]#[repr(C)]pub struct SET_PARTITION_INFORMATION {
pub PartitionType: u8,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
PartitionType: u8
Trait Implementations
impl Clone for SET_PARTITION_INFORMATION
impl Clone for SET_PARTITION_INFORMATION
impl Copy for SET_PARTITION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SET_PARTITION_INFORMATION
impl Send for SET_PARTITION_INFORMATION
impl Sync for SET_PARTITION_INFORMATION
impl Unpin for SET_PARTITION_INFORMATION
impl UnwindSafe for SET_PARTITION_INFORMATION
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