Struct windows_sys::Win32::Networking::Clustering::CLUSTERVERSIONINFO_NT4
#[repr(C)]pub struct CLUSTERVERSIONINFO_NT4 {
pub dwVersionInfoSize: u32,
pub MajorVersion: u16,
pub MinorVersion: u16,
pub BuildNumber: u16,
pub szVendorId: [u16; 64],
pub szCSDVersion: [u16; 64],
}
Fields§
§dwVersionInfoSize: u32
§MajorVersion: u16
§MinorVersion: u16
§BuildNumber: u16
§szVendorId: [u16; 64]
§szCSDVersion: [u16; 64]
Trait Implementations§
§impl Clone for CLUSTERVERSIONINFO_NT4
impl Clone for CLUSTERVERSIONINFO_NT4
impl Copy for CLUSTERVERSIONINFO_NT4
Auto Trait Implementations§
impl RefUnwindSafe for CLUSTERVERSIONINFO_NT4
impl Send for CLUSTERVERSIONINFO_NT4
impl Sync for CLUSTERVERSIONINFO_NT4
impl Unpin for CLUSTERVERSIONINFO_NT4
impl UnwindSafe for CLUSTERVERSIONINFO_NT4
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