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