pub struct MacUnicastTable {
pub unicast: Vec<Unicast>,
}
Fields§
§unicast: Vec<Unicast>
Trait Implementations§
Source§impl Debug for MacUnicastTable
impl Debug for MacUnicastTable
Source§impl<'de> Deserialize<'de> for MacUnicastTable
impl<'de> Deserialize<'de> for MacUnicastTable
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 MacUnicastTable
impl PartialEq for MacUnicastTable
impl Eq for MacUnicastTable
impl StructuralPartialEq for MacUnicastTable
Auto Trait Implementations§
impl Freeze for MacUnicastTable
impl RefUnwindSafe for MacUnicastTable
impl Send for MacUnicastTable
impl Sync for MacUnicastTable
impl Unpin for MacUnicastTable
impl UnwindSafe for MacUnicastTable
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