pub struct HostAdapter {
pub if_index: u32,
pub mac_addresses: Vec<MacAddress>,
}Fields§
§if_index: u32Interface index
mac_addresses: Vec<MacAddress>MAC addresses
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 PartialEq for HostAdapter
impl PartialEq 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 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