#[repr(C)]pub struct SMB_TREE_CONNECT_PARAMETERS {
pub EABufferOffset: u32,
pub EABufferLen: u32,
pub CreateOptions: u32,
pub TreeConnectAttributes: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
EABufferOffset: u32
EABufferLen: u32
CreateOptions: u32
TreeConnectAttributes: u32
Trait Implementations
impl Clone for SMB_TREE_CONNECT_PARAMETERS
impl Clone for SMB_TREE_CONNECT_PARAMETERS
impl Copy for SMB_TREE_CONNECT_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for SMB_TREE_CONNECT_PARAMETERS
impl Send for SMB_TREE_CONNECT_PARAMETERS
impl Sync for SMB_TREE_CONNECT_PARAMETERS
impl Unpin for SMB_TREE_CONNECT_PARAMETERS
impl UnwindSafe for SMB_TREE_CONNECT_PARAMETERS
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