Struct windows_sys::Win32::Networking::Clustering::CLUSTERVERSIONINFO
[−]#[repr(C)]pub struct CLUSTERVERSIONINFO {
pub dwVersionInfoSize: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub BuildNumber: u16,
pub szVendorId: [u16; 64],
pub szCSDVersion: [u16; 64],
pub dwClusterHighestVersion: u32,
pub dwClusterLowestVersion: u32,
pub dwFlags: u32,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
dwVersionInfoSize: u32
MajorVersion: u16
MinorVersion: u16
BuildNumber: u16
szVendorId: [u16; 64]
szCSDVersion: [u16; 64]
dwClusterHighestVersion: u32
dwClusterLowestVersion: u32
dwFlags: u32
dwReserved: u32
Trait Implementations
impl Clone for CLUSTERVERSIONINFO
impl Clone for CLUSTERVERSIONINFO
impl Copy for CLUSTERVERSIONINFO
Auto Trait Implementations
impl RefUnwindSafe for CLUSTERVERSIONINFO
impl Send for CLUSTERVERSIONINFO
impl Sync for CLUSTERVERSIONINFO
impl Unpin for CLUSTERVERSIONINFO
impl UnwindSafe for CLUSTERVERSIONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more