#[repr(C)]pub struct _PARTITION_INFORMATION_MBR {
pub PartitionType: BYTE,
pub BootIndicator: BOOLEAN,
pub RecognizedPartition: BOOLEAN,
pub HiddenSectors: DWORD,
pub PartitionId: GUID,
}Fields§
§PartitionType: BYTE§BootIndicator: BOOLEAN§RecognizedPartition: BOOLEAN§HiddenSectors: DWORD§PartitionId: GUIDTrait Implementations§
Source§impl Clone for _PARTITION_INFORMATION_MBR
impl Clone for _PARTITION_INFORMATION_MBR
Source§fn clone(&self) -> _PARTITION_INFORMATION_MBR
fn clone(&self) -> _PARTITION_INFORMATION_MBR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _PARTITION_INFORMATION_MBR
impl Debug for _PARTITION_INFORMATION_MBR
impl Copy for _PARTITION_INFORMATION_MBR
Auto Trait Implementations§
impl Freeze for _PARTITION_INFORMATION_MBR
impl RefUnwindSafe for _PARTITION_INFORMATION_MBR
impl Send for _PARTITION_INFORMATION_MBR
impl Sync for _PARTITION_INFORMATION_MBR
impl Unpin for _PARTITION_INFORMATION_MBR
impl UnwindSafe for _PARTITION_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