pub struct InstalledNatRoutine {
pub hook: NatHook,
pub priority: i32,
}
Expand description
Extension type for [fnet_filter::InstalledNatRoutine
].
Fields§
§hook: NatHook
§priority: i32
Trait Implementations§
Source§impl Clone for InstalledNatRoutine
impl Clone for InstalledNatRoutine
Source§fn clone(&self) -> InstalledNatRoutine
fn clone(&self) -> InstalledNatRoutine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InstalledNatRoutine
impl Debug for InstalledNatRoutine
Source§impl From<InstalledNatRoutine> for InstalledNatRoutine
impl From<InstalledNatRoutine> for InstalledNatRoutine
Source§fn from(routine: InstalledNatRoutine) -> Self
fn from(routine: InstalledNatRoutine) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InstalledNatRoutine
impl PartialEq for InstalledNatRoutine
Source§impl TryFrom<InstalledNatRoutine> for InstalledNatRoutine
impl TryFrom<InstalledNatRoutine> for InstalledNatRoutine
impl StructuralPartialEq for InstalledNatRoutine
Auto Trait Implementations§
impl Freeze for InstalledNatRoutine
impl RefUnwindSafe for InstalledNatRoutine
impl Send for InstalledNatRoutine
impl Sync for InstalledNatRoutine
impl Unpin for InstalledNatRoutine
impl UnwindSafe for InstalledNatRoutine
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