Struct windows::Win32::Networking::Clustering::CLUS_PARTITION_INFO
#[repr(C)]pub struct CLUS_PARTITION_INFO {
pub dwFlags: u32,
pub szDeviceName: [u16; 260],
pub szVolumeLabel: [u16; 260],
pub dwSerialNumber: u32,
pub rgdwMaximumComponentLength: u32,
pub dwFileSystemFlags: u32,
pub szFileSystem: [u16; 32],
}
Fields§
§dwFlags: u32
§szDeviceName: [u16; 260]
§szVolumeLabel: [u16; 260]
§dwSerialNumber: u32
§rgdwMaximumComponentLength: u32
§dwFileSystemFlags: u32
§szFileSystem: [u16; 32]
Trait Implementations§
§impl Clone for CLUS_PARTITION_INFO
impl Clone for CLUS_PARTITION_INFO
§fn clone(&self) -> CLUS_PARTITION_INFO
fn clone(&self) -> CLUS_PARTITION_INFO
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 CLUS_PARTITION_INFO
impl Debug for CLUS_PARTITION_INFO
§impl Default for CLUS_PARTITION_INFO
impl Default for CLUS_PARTITION_INFO
§impl PartialEq for CLUS_PARTITION_INFO
impl PartialEq for CLUS_PARTITION_INFO
§fn eq(&self, other: &CLUS_PARTITION_INFO) -> bool
fn eq(&self, other: &CLUS_PARTITION_INFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CLUS_PARTITION_INFO
impl Eq for CLUS_PARTITION_INFO
impl StructuralPartialEq for CLUS_PARTITION_INFO
Auto Trait Implementations§
impl Freeze for CLUS_PARTITION_INFO
impl RefUnwindSafe for CLUS_PARTITION_INFO
impl Send for CLUS_PARTITION_INFO
impl Sync for CLUS_PARTITION_INFO
impl Unpin for CLUS_PARTITION_INFO
impl UnwindSafe for CLUS_PARTITION_INFO
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
)