Struct sudo_plugin_sys::sudo_hook [] [src]

#[repr(C)]
pub struct sudo_hook { pub hook_version: c_uint, pub hook_type: c_uint, pub hook_fn: sudo_hook_fn_t, pub closure: *mut c_void, }

Fields

Trait Implementations

impl Debug for sudo_hook
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for sudo_hook
[src]

impl Clone for sudo_hook
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for sudo_hook

impl !Sync for sudo_hook