Struct windows::Win32::System::Ioctl::DRIVE_LAYOUT_INFORMATION_GPT
#[repr(C)]pub struct DRIVE_LAYOUT_INFORMATION_GPT {
pub DiskId: GUID,
pub StartingUsableOffset: i64,
pub UsableLength: i64,
pub MaxPartitionCount: u32,
}
Fields§
§DiskId: GUID
§StartingUsableOffset: i64
§UsableLength: i64
§MaxPartitionCount: u32
Trait Implementations§
§impl Clone for DRIVE_LAYOUT_INFORMATION_GPT
impl Clone for DRIVE_LAYOUT_INFORMATION_GPT
§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 more§impl Debug for DRIVE_LAYOUT_INFORMATION_GPT
impl Debug for DRIVE_LAYOUT_INFORMATION_GPT
§impl Default for DRIVE_LAYOUT_INFORMATION_GPT
impl Default for DRIVE_LAYOUT_INFORMATION_GPT
§impl PartialEq for DRIVE_LAYOUT_INFORMATION_GPT
impl PartialEq for DRIVE_LAYOUT_INFORMATION_GPT
§fn eq(&self, other: &DRIVE_LAYOUT_INFORMATION_GPT) -> bool
fn eq(&self, other: &DRIVE_LAYOUT_INFORMATION_GPT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DRIVE_LAYOUT_INFORMATION_GPT
impl Eq for DRIVE_LAYOUT_INFORMATION_GPT
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)