Struct winapi::lmdfs::DFS_SITELIST_INFO [] [src]

#[repr(C)]
pub struct DFS_SITELIST_INFO { pub cSites: ULONG, pub Site: [DFS_SITENAME_INFO; 1], }

Fields

Trait Implementations

impl Debug for DFS_SITELIST_INFO
[src]

Formats the value using the given formatter.

impl Copy for DFS_SITELIST_INFO
[src]

impl Clone for DFS_SITELIST_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more