Expand description
Required features: "Win32_Networking_Clustering"
Fields
FileServerName: [u16; 16]
Trait Implementations
impl Copy for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
Auto Trait Implementations
impl RefUnwindSafe for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
impl Send for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
impl Sync for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
impl Unpin for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
impl UnwindSafe for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_INPUT
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