#[repr(C)]pub struct DFS_GET_PKT_ENTRY_STATE_ARG {
pub DfsEntryPathLen: u16,
pub ServerNameLen: u16,
pub ShareNameLen: u16,
pub Level: u32,
pub Buffer: [u16; 1],
}
Expand description
Required features: "Win32_Storage_DistributedFileSystem"
Fields
DfsEntryPathLen: u16
ServerNameLen: u16
Level: u32
Buffer: [u16; 1]
Trait Implementations
impl Clone for DFS_GET_PKT_ENTRY_STATE_ARG
impl Clone for DFS_GET_PKT_ENTRY_STATE_ARG
impl Copy for DFS_GET_PKT_ENTRY_STATE_ARG
Auto Trait Implementations
impl RefUnwindSafe for DFS_GET_PKT_ENTRY_STATE_ARG
impl Send for DFS_GET_PKT_ENTRY_STATE_ARG
impl Sync for DFS_GET_PKT_ENTRY_STATE_ARG
impl Unpin for DFS_GET_PKT_ENTRY_STATE_ARG
impl UnwindSafe for DFS_GET_PKT_ENTRY_STATE_ARG
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