Struct VDS_PARTITION_INFO_GPT
#[repr(C)]pub struct VDS_PARTITION_INFO_GPT {
pub partitionType: GUID,
pub partitionId: GUID,
pub attributes: u64,
pub name: [u16; 36],
}
Fields§
§partitionType: GUID
§partitionId: GUID
§attributes: u64
§name: [u16; 36]
Trait Implementations§
§impl Clone for VDS_PARTITION_INFO_GPT
impl Clone for VDS_PARTITION_INFO_GPT
§fn clone(&self) -> VDS_PARTITION_INFO_GPT
fn clone(&self) -> VDS_PARTITION_INFO_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 VDS_PARTITION_INFO_GPT
impl Debug for VDS_PARTITION_INFO_GPT
§impl Default for VDS_PARTITION_INFO_GPT
impl Default for VDS_PARTITION_INFO_GPT
§impl PartialEq for VDS_PARTITION_INFO_GPT
impl PartialEq for VDS_PARTITION_INFO_GPT
impl Copy for VDS_PARTITION_INFO_GPT
impl StructuralPartialEq for VDS_PARTITION_INFO_GPT
Auto Trait Implementations§
impl Freeze for VDS_PARTITION_INFO_GPT
impl RefUnwindSafe for VDS_PARTITION_INFO_GPT
impl Send for VDS_PARTITION_INFO_GPT
impl Sync for VDS_PARTITION_INFO_GPT
impl Unpin for VDS_PARTITION_INFO_GPT
impl UnwindSafe for VDS_PARTITION_INFO_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