#[repr(C)]pub struct _NETCONNECTINFOSTRUCT {
pub cbStructure: DWORD,
pub dwFlags: DWORD,
pub dwSpeed: DWORD,
pub dwDelay: DWORD,
pub dwOptDataSize: DWORD,
}Fields§
§cbStructure: DWORD§dwFlags: DWORD§dwSpeed: DWORD§dwDelay: DWORD§dwOptDataSize: DWORDTrait Implementations§
Source§impl Clone for _NETCONNECTINFOSTRUCT
impl Clone for _NETCONNECTINFOSTRUCT
Source§fn clone(&self) -> _NETCONNECTINFOSTRUCT
fn clone(&self) -> _NETCONNECTINFOSTRUCT
Returns a duplicate 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 moreSource§impl Debug for _NETCONNECTINFOSTRUCT
impl Debug for _NETCONNECTINFOSTRUCT
impl Copy for _NETCONNECTINFOSTRUCT
Auto Trait Implementations§
impl Freeze for _NETCONNECTINFOSTRUCT
impl RefUnwindSafe for _NETCONNECTINFOSTRUCT
impl Send for _NETCONNECTINFOSTRUCT
impl Sync for _NETCONNECTINFOSTRUCT
impl Unpin for _NETCONNECTINFOSTRUCT
impl UnwindSafe for _NETCONNECTINFOSTRUCT
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