#[repr(C)]pub struct SERVER_TRANSPORT_INFO_3 {
pub svti3_numberofvcs: u32,
pub svti3_transportname: PWSTR,
pub svti3_transportaddress: *mut u8,
pub svti3_transportaddresslength: u32,
pub svti3_networkaddress: PWSTR,
pub svti3_domain: PWSTR,
pub svti3_flags: u32,
pub svti3_passwordlength: u32,
pub svti3_password: [u8; 256],
}
Fields§
§svti3_numberofvcs: u32
§svti3_transportname: PWSTR
§svti3_transportaddress: *mut u8
§svti3_transportaddresslength: u32
§svti3_networkaddress: PWSTR
§svti3_domain: PWSTR
§svti3_flags: u32
§svti3_passwordlength: u32
§svti3_password: [u8; 256]
Trait Implementations§
§impl Clone for SERVER_TRANSPORT_INFO_3
impl Clone for SERVER_TRANSPORT_INFO_3
impl Copy for SERVER_TRANSPORT_INFO_3
Auto Trait Implementations§
impl RefUnwindSafe for SERVER_TRANSPORT_INFO_3
impl !Send for SERVER_TRANSPORT_INFO_3
impl !Sync for SERVER_TRANSPORT_INFO_3
impl Unpin for SERVER_TRANSPORT_INFO_3
impl UnwindSafe for SERVER_TRANSPORT_INFO_3
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