Struct windows::Win32::System::Ioctl::PARTITION_INFORMATION_GPT
#[repr(C)]pub struct PARTITION_INFORMATION_GPT {
pub PartitionType: GUID,
pub PartitionId: GUID,
pub Attributes: GPT_ATTRIBUTES,
pub Name: [u16; 36],
}
Fields§
§PartitionType: GUID
§PartitionId: GUID
§Attributes: GPT_ATTRIBUTES
§Name: [u16; 36]
Trait Implementations§
§impl Clone for PARTITION_INFORMATION_GPT
impl Clone for PARTITION_INFORMATION_GPT
§fn clone(&self) -> PARTITION_INFORMATION_GPT
fn clone(&self) -> PARTITION_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 PARTITION_INFORMATION_GPT
impl Debug for PARTITION_INFORMATION_GPT
§impl Default for PARTITION_INFORMATION_GPT
impl Default for PARTITION_INFORMATION_GPT
§impl PartialEq for PARTITION_INFORMATION_GPT
impl PartialEq for PARTITION_INFORMATION_GPT
§fn eq(&self, other: &PARTITION_INFORMATION_GPT) -> bool
fn eq(&self, other: &PARTITION_INFORMATION_GPT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PARTITION_INFORMATION_GPT
impl Eq for PARTITION_INFORMATION_GPT
impl StructuralPartialEq for PARTITION_INFORMATION_GPT
Auto Trait Implementations§
impl Freeze for PARTITION_INFORMATION_GPT
impl RefUnwindSafe for PARTITION_INFORMATION_GPT
impl Send for PARTITION_INFORMATION_GPT
impl Sync for PARTITION_INFORMATION_GPT
impl Unpin for PARTITION_INFORMATION_GPT
impl UnwindSafe for PARTITION_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
)