#[repr(C)]pub struct _CSV_QUERY_MDS_PATH_V2 {
pub Version: LONGLONG,
pub RequiredSize: DWORD,
pub MdsNodeId: DWORD,
pub DsNodeId: DWORD,
pub Flags: DWORD,
pub DiskConnectivity: CSVFS_DISK_CONNECTIVITY,
pub VolumeId: GUID,
pub IpAddressOffset: DWORD,
pub IpAddressLength: DWORD,
pub PathOffset: DWORD,
pub PathLength: DWORD,
}Fields§
§Version: LONGLONG§RequiredSize: DWORD§MdsNodeId: DWORD§DsNodeId: DWORD§Flags: DWORD§DiskConnectivity: CSVFS_DISK_CONNECTIVITY§VolumeId: GUID§IpAddressOffset: DWORD§IpAddressLength: DWORD§PathOffset: DWORD§PathLength: DWORDTrait Implementations§
Source§impl Clone for _CSV_QUERY_MDS_PATH_V2
impl Clone for _CSV_QUERY_MDS_PATH_V2
Source§fn clone(&self) -> _CSV_QUERY_MDS_PATH_V2
fn clone(&self) -> _CSV_QUERY_MDS_PATH_V2
Returns a duplicate 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 moreSource§impl Debug for _CSV_QUERY_MDS_PATH_V2
impl Debug for _CSV_QUERY_MDS_PATH_V2
impl Copy for _CSV_QUERY_MDS_PATH_V2
Auto Trait Implementations§
impl Freeze for _CSV_QUERY_MDS_PATH_V2
impl RefUnwindSafe for _CSV_QUERY_MDS_PATH_V2
impl Send for _CSV_QUERY_MDS_PATH_V2
impl Sync for _CSV_QUERY_MDS_PATH_V2
impl Unpin for _CSV_QUERY_MDS_PATH_V2
impl UnwindSafe for _CSV_QUERY_MDS_PATH_V2
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