#[repr(C)]pub struct NTMS_PARTITIONINFORMATIONW {
pub PhysicalMedia: Guid,
pub LogicalMedia: Guid,
pub State: NtmsPartitionState,
pub Side: u16,
pub dwOmidLabelIdLength: u32,
pub OmidLabelId: [u8; 255],
pub szOmidLabelType: [u16; 64],
pub szOmidLabelInfo: [u16; 256],
pub dwMountCount: u32,
pub dwAllocateCount: u32,
pub Capacity: i64,
}Fields§
§PhysicalMedia: Guid§LogicalMedia: Guid§State: NtmsPartitionState§Side: u16§dwOmidLabelIdLength: u32§OmidLabelId: [u8; 255]§szOmidLabelType: [u16; 64]§szOmidLabelInfo: [u16; 256]§dwMountCount: u32§dwAllocateCount: u32§Capacity: i64Trait Implementations§
Source§impl Abi for NTMS_PARTITIONINFORMATIONW
impl Abi for NTMS_PARTITIONINFORMATIONW
Source§type Abi = NTMS_PARTITIONINFORMATIONW
type Abi = NTMS_PARTITIONINFORMATIONW
The abi representation of the implementing type. Read more
type DefaultType = NTMS_PARTITIONINFORMATIONW
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 NTMS_PARTITIONINFORMATIONW
impl Clone for NTMS_PARTITIONINFORMATIONW
Source§fn clone(&self) -> NTMS_PARTITIONINFORMATIONW
fn clone(&self) -> NTMS_PARTITIONINFORMATIONW
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 NTMS_PARTITIONINFORMATIONW
Source§impl Debug for NTMS_PARTITIONINFORMATIONW
impl Debug for NTMS_PARTITIONINFORMATIONW
Source§impl Default for NTMS_PARTITIONINFORMATIONW
impl Default for NTMS_PARTITIONINFORMATIONW
impl Eq for NTMS_PARTITIONINFORMATIONW
Auto Trait Implementations§
impl Freeze for NTMS_PARTITIONINFORMATIONW
impl RefUnwindSafe for NTMS_PARTITIONINFORMATIONW
impl Send for NTMS_PARTITIONINFORMATIONW
impl Sync for NTMS_PARTITIONINFORMATIONW
impl Unpin for NTMS_PARTITIONINFORMATIONW
impl UnsafeUnpin for NTMS_PARTITIONINFORMATIONW
impl UnwindSafe for NTMS_PARTITIONINFORMATIONW
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