userustables_macros::nfnetlink_struct;usesuper::Expression;/// Sets the source IP to that of the output interface.#[derive(Default, Debug, PartialEq, Eq)]#[nfnetlink_struct(nested = true)]pubstructMasquerade;implCloneforMasquerade{fnclone(&self)-> Self{Masquerade{}}}implExpressionforMasquerade{fnget_name()-> &'staticstr{"masq"}}