Struct sudo_plugin_sys::sudo_conv_callback [] [src]

#[repr(C)]
pub struct sudo_conv_callback { pub version: c_uint, pub closure: *mut c_void, pub on_suspend: sudo_conv_callback_fn_t, pub on_resume: sudo_conv_callback_fn_t, }

Fields

Trait Implementations

impl Debug for sudo_conv_callback
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for sudo_conv_callback
[src]

impl Clone for sudo_conv_callback
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations