Struct snmp_parser::snmpv3::SecurityModel [] [src]

pub struct SecurityModel(pub u32);

Methods

impl SecurityModel
[src]

SnmpV1: SecurityModel = SecurityModel(1)

SnmpV2c: SecurityModel = SecurityModel(2)

USM: SecurityModel = SecurityModel(3)

Trait Implementations

impl Clone for SecurityModel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SecurityModel
[src]

impl Eq for SecurityModel
[src]

impl PartialEq for SecurityModel
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for SecurityModel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SecurityModel

impl Sync for SecurityModel