Struct xio_common::ModuleChannelReference [] [src]

pub struct ModuleChannelReference {
    pub module_id: u16,
    pub channel_id: u16,
}

Fields

Trait Implementations

impl Clone for ModuleChannelReference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ModuleChannelReference
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ModuleChannelReference
[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 From<u64> for ModuleChannelReference
[src]

[src]

Performs the conversion.

impl Into<u64> for ModuleChannelReference
[src]

[src]

Performs the conversion.

impl<'a> Into<u64> for &'a ModuleChannelReference
[src]

[src]

Performs the conversion.

Auto Trait Implementations