#[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],
}
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
§fn clone(&self) -> DFS_GET_PKT_ENTRY_STATE_ARG
fn clone(&self) -> DFS_GET_PKT_ENTRY_STATE_ARG
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DFS_GET_PKT_ENTRY_STATE_ARG
impl Debug for DFS_GET_PKT_ENTRY_STATE_ARG
§impl Default for DFS_GET_PKT_ENTRY_STATE_ARG
impl Default for DFS_GET_PKT_ENTRY_STATE_ARG
§impl PartialEq for DFS_GET_PKT_ENTRY_STATE_ARG
impl PartialEq for DFS_GET_PKT_ENTRY_STATE_ARG
§fn eq(&self, other: &DFS_GET_PKT_ENTRY_STATE_ARG) -> bool
fn eq(&self, other: &DFS_GET_PKT_ENTRY_STATE_ARG) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DFS_GET_PKT_ENTRY_STATE_ARG
impl Eq for DFS_GET_PKT_ENTRY_STATE_ARG
impl StructuralPartialEq for DFS_GET_PKT_ENTRY_STATE_ARG
Auto Trait Implementations§
impl Freeze for DFS_GET_PKT_ENTRY_STATE_ARG
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)