pub struct ViaInfo {
pub machine_name: String,
pub addresses: Vec<ViaAddress>,
}
Expand description
Information about the Virtual Interface Architecture endpoint
Fields§
§machine_name: String
A text string that MUST be no greater than 15 bytes and that represents the NetBIOS name of a machine where the server resides.
addresses: Vec<ViaAddress>
The VIA addresses specified
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViaInfo
impl RefUnwindSafe for ViaInfo
impl Send for ViaInfo
impl Sync for ViaInfo
impl Unpin for ViaInfo
impl UnwindSafe for ViaInfo
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