Struct sudo_plugin_sys::sudo_conv_message [] [src]

#[repr(C)]
pub struct sudo_conv_message { pub msg_type: c_int, pub timeout: c_int, pub msg: *const c_char, }

Fields

Trait Implementations

impl Debug for sudo_conv_message
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for sudo_conv_message
[src]

impl Clone for sudo_conv_message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations