pub enum FrAct {
Unspec = 0,
ToTbl = 1,
Goto = 2,
Nop = 3,
Res3 = 4,
Res4 = 5,
Blackhole = 6,
Unreachable = 7,
Prohibit = 8,
}Available on crate feature
rt-rule only.Expand description
Enum - defines an integer enumeration, with values for each entry incrementing by 1, (e.g. 0, 1, 2, 3)
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrAct
impl RefUnwindSafe for FrAct
impl Send for FrAct
impl Sync for FrAct
impl Unpin for FrAct
impl UnsafeUnpin for FrAct
impl UnwindSafe for FrAct
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