#[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§
Source§impl Abi for PARTITION_INFORMATION_GPT
impl Abi for PARTITION_INFORMATION_GPT
Source§type Abi = PARTITION_INFORMATION_GPT
type Abi = PARTITION_INFORMATION_GPT
The abi representation of the implementing type. Read more
type DefaultType = PARTITION_INFORMATION_GPT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for PARTITION_INFORMATION_GPT
impl Clone for PARTITION_INFORMATION_GPT
Source§fn clone(&self) -> PARTITION_INFORMATION_GPT
fn clone(&self) -> PARTITION_INFORMATION_GPT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PARTITION_INFORMATION_GPT
Source§impl Debug for PARTITION_INFORMATION_GPT
impl Debug for PARTITION_INFORMATION_GPT
Source§impl Default for PARTITION_INFORMATION_GPT
impl Default for PARTITION_INFORMATION_GPT
impl Eq 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 UnsafeUnpin 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