#[repr(C)]pub struct CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT {
pub FileServerName: [u16; 260],
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
FileServerName: [u16; 260]
Trait Implementations
impl Copy for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
impl Send for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
impl Sync for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
impl Unpin for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
impl UnwindSafe for CLUS_CREATE_INFRASTRUCTURE_FILESERVER_OUTPUT
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