pub struct DacInfo {
pub port: u16,
}
Expand description
Contains information about the DAC endpoint of an instance
Fields§
§port: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DacInfo
impl RefUnwindSafe for DacInfo
impl Send for DacInfo
impl Sync for DacInfo
impl Unpin for DacInfo
impl UnwindSafe for DacInfo
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