enum ZoneType {
Other,
MbufPacket,
MbufJumboPage,
Mbuf,
MbufCluster,
MbufClusterPack,
}
Expand description
Type of UmaZone
.
Variants§
Other
MbufPacket
zone_pack
.
MbufJumboPage
zone_jumbop
.
Mbuf
zone_mbuf
.
MbufCluster
zone_clust
.
MbufClusterPack
zone_clust_pack
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZoneType
impl RefUnwindSafe for ZoneType
impl Send for ZoneType
impl Sync for ZoneType
impl Unpin for ZoneType
impl UnwindSafe for ZoneType
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