Struct playit_agent_core::network::address_lookup::AddressValue
source · pub struct AddressValue<V> {
pub value: V,
pub from_port: u16,
pub to_port: u16,
}Fields§
§value: V§from_port: u16§to_port: u16Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for AddressValue<V>where
V: Freeze,
impl<V> RefUnwindSafe for AddressValue<V>where
V: RefUnwindSafe,
impl<V> Send for AddressValue<V>where
V: Send,
impl<V> Sync for AddressValue<V>where
V: Sync,
impl<V> Unpin for AddressValue<V>where
V: Unpin,
impl<V> UnwindSafe for AddressValue<V>where
V: UnwindSafe,
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