#[repr(C)]pub struct _DRIVE_LAYOUT_INFORMATION {
pub PartitionCount: DWORD,
pub Signature: DWORD,
pub PartitionEntry: [PARTITION_INFORMATION; 1],
}
Fields§
§PartitionCount: DWORD
§Signature: DWORD
§PartitionEntry: [PARTITION_INFORMATION; 1]
Trait Implementations§
Source§impl Clone for _DRIVE_LAYOUT_INFORMATION
impl Clone for _DRIVE_LAYOUT_INFORMATION
Source§fn clone(&self) -> _DRIVE_LAYOUT_INFORMATION
fn clone(&self) -> _DRIVE_LAYOUT_INFORMATION
Returns a copy 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 moreimpl Copy for _DRIVE_LAYOUT_INFORMATION
Auto Trait Implementations§
impl Freeze for _DRIVE_LAYOUT_INFORMATION
impl RefUnwindSafe for _DRIVE_LAYOUT_INFORMATION
impl Send for _DRIVE_LAYOUT_INFORMATION
impl Sync for _DRIVE_LAYOUT_INFORMATION
impl Unpin for _DRIVE_LAYOUT_INFORMATION
impl UnwindSafe for _DRIVE_LAYOUT_INFORMATION
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