Struct snmp::ObjectIdentifier [] [src]

pub struct ObjectIdentifier<'a> { /* fields omitted */ }

Wrapper around raw bytes representing an ASN.1 OBJECT IDENTIFIER.

Methods

impl<'a> ObjectIdentifier<'a>
[src]

Reads out the OBJECT IDENTIFIER sub-IDs as a slice of u32s. Caller must provide storage for 128 sub-IDs.

Trait Implementations

impl<'a> PartialEq for ObjectIdentifier<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for ObjectIdentifier<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for ObjectIdentifier<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq<[u32]> for ObjectIdentifier<'a>
[src]

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

This method tests for !=.

impl<'a, 'b> PartialEq<&'b [u32]> for ObjectIdentifier<'a>
[src]

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

This method tests for !=.