#[repr(C)]pub struct DFS_SITELIST_INFO {
pub cSites: u32,
pub Site: [DFS_SITENAME_INFO; 1],
}
Expand description
Required features: "Win32_Storage_DistributedFileSystem"
Fields
cSites: u32
Site: [DFS_SITENAME_INFO; 1]
Trait Implementations
impl Clone for DFS_SITELIST_INFO
impl Clone for DFS_SITELIST_INFO
impl Copy for DFS_SITELIST_INFO
Auto Trait Implementations
impl RefUnwindSafe for DFS_SITELIST_INFO
impl !Send for DFS_SITELIST_INFO
impl !Sync for DFS_SITELIST_INFO
impl Unpin for DFS_SITELIST_INFO
impl UnwindSafe for DFS_SITELIST_INFO
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