Struct netbios_parser::NodeStatistics[][src]

pub struct NodeStatistics {
Show 20 fields pub unit_id: u64, pub jumpers: u8, pub test_result: u8, pub version_number: u16, pub stats_period: u16, pub num_crc: u16, pub num_align_errors: u16, pub num_collisions: u16, pub num_send_aborts: u16, pub num_good_sends: u32, pub num_good_recvs: u32, pub num_retransmits: u16, pub num_no_res_conditions: u16, pub num_free_cmd_blocks: u16, pub num_total_cmd_blocks: u16, pub max_total_cmd_blocks: u16, pub num_pending_sessions: u16, pub max_pending_sessions: u16, pub max_total_sessions: u16, pub session_data_packet_size: u16,
}

Fields

unit_id: u64jumpers: u8test_result: u8version_number: u16stats_period: u16num_crc: u16num_align_errors: u16num_collisions: u16num_send_aborts: u16num_good_sends: u32num_good_recvs: u32num_retransmits: u16num_no_res_conditions: u16num_free_cmd_blocks: u16num_total_cmd_blocks: u16max_total_cmd_blocks: u16num_pending_sessions: u16max_pending_sessions: u16max_total_sessions: u16session_data_packet_size: u16

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Parse input as Big-Endian

Parse input as Little-Endian

Parse input, not knowing the endianness Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.