Struct sudo_plugin_sys::sudo_conv_reply [] [src]

#[repr(C)]
pub struct sudo_conv_reply { pub reply: *mut c_char, }

Fields

Trait Implementations

impl Debug for sudo_conv_reply
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for sudo_conv_reply
[src]

impl Clone for sudo_conv_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations