pub struct VportConfig {
pub mac_address: MacAddress,
pub endpoint: Box<dyn Endpoint>,
}
Fields§
§mac_address: MacAddress
§endpoint: Box<dyn Endpoint>
Auto Trait Implementations§
impl Freeze for VportConfig
impl !RefUnwindSafe for VportConfig
impl Send for VportConfig
impl Sync for VportConfig
impl Unpin for VportConfig
impl !UnwindSafe for VportConfig
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