#[repr(C)]pub struct SERVER_TRANSPORT_INFO_0 {
pub svti0_numberofvcs: u32,
pub svti0_transportname: PWSTR,
pub svti0_transportaddress: *mut u8,
pub svti0_transportaddresslength: u32,
pub svti0_networkaddress: PWSTR,
}
Fields§
§svti0_numberofvcs: u32
§svti0_transportname: PWSTR
§svti0_transportaddress: *mut u8
§svti0_transportaddresslength: u32
§svti0_networkaddress: PWSTR
Trait Implementations§
§impl Clone for SERVER_TRANSPORT_INFO_0
impl Clone for SERVER_TRANSPORT_INFO_0
impl Copy for SERVER_TRANSPORT_INFO_0
Auto Trait Implementations§
impl RefUnwindSafe for SERVER_TRANSPORT_INFO_0
impl !Send for SERVER_TRANSPORT_INFO_0
impl !Sync for SERVER_TRANSPORT_INFO_0
impl Unpin for SERVER_TRANSPORT_INFO_0
impl UnwindSafe for SERVER_TRANSPORT_INFO_0
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