pub struct BitmapIpMac;Expand description
The bitmap:ip,mac set type uses a memory range to store IPv4 and a MAC address pairs. A bitmap:ip,mac type of set can store up to 65536 entries.
Trait Implementations§
Source§impl SetType for BitmapIpMac
impl SetType for BitmapIpMac
type Method = BitmapMethod
type DataType = (IpDataType, MacDataType)
Auto Trait Implementations§
impl Freeze for BitmapIpMac
impl RefUnwindSafe for BitmapIpMac
impl Send for BitmapIpMac
impl Sync for BitmapIpMac
impl Unpin for BitmapIpMac
impl UnwindSafe for BitmapIpMac
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