#[repr(C)]pub struct PARTITION_INFORMATION_MBR {
pub PartitionType: u8,
pub BootIndicator: u8,
pub RecognizedPartition: u8,
pub HiddenSectors: u32,
pub PartitionId: Guid,
}Fields§
§PartitionType: u8§BootIndicator: u8§RecognizedPartition: u8§HiddenSectors: u32§PartitionId: GuidTrait Implementations§
Source§impl Abi for PARTITION_INFORMATION_MBR
impl Abi for PARTITION_INFORMATION_MBR
Source§type Abi = PARTITION_INFORMATION_MBR
type Abi = PARTITION_INFORMATION_MBR
The abi representation of the implementing type. Read more
type DefaultType = PARTITION_INFORMATION_MBR
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PARTITION_INFORMATION_MBR
Source§impl Debug for PARTITION_INFORMATION_MBR
impl Debug for PARTITION_INFORMATION_MBR
Source§impl Default for PARTITION_INFORMATION_MBR
impl Default for PARTITION_INFORMATION_MBR
impl Eq 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 UnsafeUnpin 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