#[non_exhaustive]pub struct RuleGroupSourceStatelessRuleMatchAttributesTcpFlags { /* private fields */ }Expand description
A set of TCP flags and masks to inspect for.
Implementations§
source§impl RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
impl RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
source§impl RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
impl RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
sourcepub fn builder() -> RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsBuilder
pub fn builder() -> RuleGroupSourceStatelessRuleMatchAttributesTcpFlagsBuilder
Creates a new builder-style object to manufacture RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.
Trait Implementations§
source§impl Clone for RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
impl Clone for RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
source§fn clone(&self) -> RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
fn clone(&self) -> RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
Returns a copy 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 PartialEq<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> for RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
impl PartialEq<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> for RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
source§fn eq(
&self,
other: &RuleGroupSourceStatelessRuleMatchAttributesTcpFlags
) -> bool
fn eq( &self, other: &RuleGroupSourceStatelessRuleMatchAttributesTcpFlags ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.