pub struct HostAdapter {
pub if_index: u32,
pub mac_addresses: Vec<MacAddress>,
}Fields§
§if_index: u32§mac_addresses: Vec<MacAddress>Trait Implementations§
Source§impl Clone for HostAdapter
impl Clone for HostAdapter
Source§fn clone(&self) -> HostAdapter
fn clone(&self) -> HostAdapter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostAdapter
impl Debug for HostAdapter
Source§impl<'de> Deserialize<'de> for HostAdapter
impl<'de> Deserialize<'de> for HostAdapter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HostAdapter
impl PartialEq for HostAdapter
Source§impl Serialize for HostAdapter
impl Serialize for HostAdapter
impl Eq for HostAdapter
impl StructuralPartialEq for HostAdapter
Auto Trait Implementations§
impl Freeze for HostAdapter
impl RefUnwindSafe for HostAdapter
impl Send for HostAdapter
impl Sync for HostAdapter
impl Unpin for HostAdapter
impl UnsafeUnpin for HostAdapter
impl UnwindSafe for HostAdapter
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