pub enum FUGFW {
DROP,
FORWARD,
}
Expand description
Values that can be written to the field FUGF
Variants§
Auto Trait Implementations§
impl Freeze for FUGFW
impl RefUnwindSafe for FUGFW
impl Send for FUGFW
impl Sync for FUGFW
impl Unpin for FUGFW
impl UnwindSafe for FUGFW
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