pub struct seL4_X86_IOPort_In16_ret {
pub error: Type,
pub result: seL4_Uint16,
}Fields§
§error: Type§result: seL4_Uint16Trait Implementations§
Source§impl Default for seL4_X86_IOPort_In16_ret
impl Default for seL4_X86_IOPort_In16_ret
Source§fn default() -> seL4_X86_IOPort_In16_ret
fn default() -> seL4_X86_IOPort_In16_ret
Returns the “default value” for a type. Read more