#[repr(C)]pub struct _CREATE_DISK_GPT {
pub DiskId: GUID,
pub MaxPartitionCount: DWORD,
}
Fields§
§DiskId: GUID
§MaxPartitionCount: DWORD
Trait Implementations§
Source§impl Clone for _CREATE_DISK_GPT
impl Clone for _CREATE_DISK_GPT
Source§fn clone(&self) -> _CREATE_DISK_GPT
fn clone(&self) -> _CREATE_DISK_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 moreSource§impl Debug for _CREATE_DISK_GPT
impl Debug for _CREATE_DISK_GPT
Source§impl Ord for _CREATE_DISK_GPT
impl Ord for _CREATE_DISK_GPT
Source§fn cmp(&self, other: &_CREATE_DISK_GPT) -> Ordering
fn cmp(&self, other: &_CREATE_DISK_GPT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _CREATE_DISK_GPT
impl PartialEq for _CREATE_DISK_GPT
Source§impl PartialOrd for _CREATE_DISK_GPT
impl PartialOrd for _CREATE_DISK_GPT
impl Copy for _CREATE_DISK_GPT
impl Eq for _CREATE_DISK_GPT
impl StructuralPartialEq for _CREATE_DISK_GPT
Auto Trait Implementations§
impl Freeze for _CREATE_DISK_GPT
impl RefUnwindSafe for _CREATE_DISK_GPT
impl Send for _CREATE_DISK_GPT
impl Sync for _CREATE_DISK_GPT
impl Unpin for _CREATE_DISK_GPT
impl UnwindSafe for _CREATE_DISK_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