#[repr(C, packed(2))]pub struct PartitionBlock {
pub pb_ID: ULONG,
pub pb_SummedLongs: ULONG,
pub pb_ChkSum: LONG,
pub pb_HostID: ULONG,
pub pb_Next: ULONG,
pub pb_Flags: ULONG,
pub pb_Reserved1: [ULONG; 2],
pub pb_DevFlags: ULONG,
pub pb_DriveName: [UBYTE; 32],
pub pb_Reserved2: [ULONG; 15],
pub pb_Environment: [ULONG; 20],
pub pb_EReserved: [ULONG; 12],
}Fields§
§pb_ID: ULONG§pb_SummedLongs: ULONG§pb_ChkSum: LONG§pb_HostID: ULONG§pb_Next: ULONG§pb_Flags: ULONG§pb_Reserved1: [ULONG; 2]§pb_DevFlags: ULONG§pb_DriveName: [UBYTE; 32]§pb_Reserved2: [ULONG; 15]§pb_Environment: [ULONG; 20]§pb_EReserved: [ULONG; 12]Trait Implementations§
Source§impl Clone for PartitionBlock
impl Clone for PartitionBlock
Source§fn clone(&self) -> PartitionBlock
fn clone(&self) -> PartitionBlock
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 PartitionBlock
impl Debug for PartitionBlock
impl Copy for PartitionBlock
Auto Trait Implementations§
impl Freeze for PartitionBlock
impl RefUnwindSafe for PartitionBlock
impl Send for PartitionBlock
impl Sync for PartitionBlock
impl Unpin for PartitionBlock
impl UnwindSafe for PartitionBlock
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