#[repr(C)]pub struct SERVER_TRANSPORT_INFO_2 {
pub svti2_numberofvcs: DWORD,
pub svti2_transportname: LMSTR,
pub svti2_transportaddress: LPBYTE,
pub svti2_transportaddresslength: DWORD,
pub svti2_networkaddress: LMSTR,
pub svti2_domain: LMSTR,
pub svti2_flags: ULONG,
}
Fields§
§svti2_numberofvcs: DWORD
§svti2_transportname: LMSTR
§svti2_transportaddress: LPBYTE
§svti2_transportaddresslength: DWORD
§svti2_networkaddress: LMSTR
§svti2_domain: LMSTR
§svti2_flags: ULONG
Trait Implementations§
Source§impl Clone for SERVER_TRANSPORT_INFO_2
impl Clone for SERVER_TRANSPORT_INFO_2
Source§fn clone(&self) -> SERVER_TRANSPORT_INFO_2
fn clone(&self) -> SERVER_TRANSPORT_INFO_2
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 Default for SERVER_TRANSPORT_INFO_2
impl Default for SERVER_TRANSPORT_INFO_2
Source§fn default() -> SERVER_TRANSPORT_INFO_2
fn default() -> SERVER_TRANSPORT_INFO_2
Returns the “default value” for a type. Read more
impl Copy for SERVER_TRANSPORT_INFO_2
Auto Trait Implementations§
impl Freeze for SERVER_TRANSPORT_INFO_2
impl RefUnwindSafe for SERVER_TRANSPORT_INFO_2
impl !Send for SERVER_TRANSPORT_INFO_2
impl !Sync for SERVER_TRANSPORT_INFO_2
impl Unpin for SERVER_TRANSPORT_INFO_2
impl UnwindSafe for SERVER_TRANSPORT_INFO_2
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