Struct nc::types::serial_multiport_struct_t[][src]

#[repr(C)]
pub struct serial_multiport_struct_t {
Show 14 fields pub irq: i32, pub port1: i32, pub mask1: u8, pub match1: u8, pub port2: i32, pub mask2: u8, pub match2: u8, pub port3: i32, pub mask3: u8, pub match3: u8, pub port4: i32, pub mask4: u8, pub match4: u8, pub port_monitor: i32, // some fields omitted
}
Expand description

Multiport serial configuration structure — external structure

Fields

irq: i32port1: i32mask1: u8match1: u8port2: i32mask2: u8match2: u8port3: i32mask3: u8match3: u8port4: i32mask4: u8match4: u8port_monitor: i32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

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.