#[repr(C)]pub struct _DRIVE_LAYOUT_INFORMATION_GPT {
pub DiskId: GUID,
pub StartingUsableOffset: LARGE_INTEGER,
pub UsableLength: LARGE_INTEGER,
pub MaxPartitionCount: DWORD,
}
Fields§
§DiskId: GUID
§StartingUsableOffset: LARGE_INTEGER
§UsableLength: LARGE_INTEGER
§MaxPartitionCount: DWORD
Trait Implementations§
Source§impl Clone for _DRIVE_LAYOUT_INFORMATION_GPT
impl Clone for _DRIVE_LAYOUT_INFORMATION_GPT
Source§fn clone(&self) -> _DRIVE_LAYOUT_INFORMATION_GPT
fn clone(&self) -> _DRIVE_LAYOUT_INFORMATION_GPT
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_GPT
Auto Trait Implementations§
impl Freeze for _DRIVE_LAYOUT_INFORMATION_GPT
impl RefUnwindSafe for _DRIVE_LAYOUT_INFORMATION_GPT
impl Send for _DRIVE_LAYOUT_INFORMATION_GPT
impl Sync for _DRIVE_LAYOUT_INFORMATION_GPT
impl Unpin for _DRIVE_LAYOUT_INFORMATION_GPT
impl UnwindSafe for _DRIVE_LAYOUT_INFORMATION_GPT
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