pub struct openvpn_plugin_args_func_in {
pub event_type: c_int,
pub argv: *const *const c_char,
pub envp: *const *const c_char,
pub handle: *const c_void,
/* private fields */
}Expand description
Struct sent to openvpn_plugin_func_v3 containing input values.
Fields§
§event_type: c_int§argv: *const *const c_char§envp: *const *const c_char§handle: *const c_voidAuto Trait Implementations§
impl Freeze for openvpn_plugin_args_func_in
impl RefUnwindSafe for openvpn_plugin_args_func_in
impl !Send for openvpn_plugin_args_func_in
impl !Sync for openvpn_plugin_args_func_in
impl Unpin for openvpn_plugin_args_func_in
impl UnwindSafe for openvpn_plugin_args_func_in
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more