Struct endpoint_sec_sys::es_sudo_reject_info_t
source · #[repr(C)]pub struct es_sudo_reject_info_t {
pub plugin_name: es_string_token_t,
pub plugin_type: es_sudo_plugin_type_t,
pub failure_message: es_string_token_t,
}
Available on macOS and crate feature
macos_14_0_0
only.Expand description
Provides context about failures in es_event_sudo_t
.
Fields§
§plugin_name: es_string_token_t
The sudo plugin that initiated the reject
plugin_type: es_sudo_plugin_type_t
The sudo plugin type that initiated the reject
failure_message: es_string_token_t
A reason represented by a string for the failure
Auto Trait Implementations§
impl Freeze for es_sudo_reject_info_t
impl RefUnwindSafe for es_sudo_reject_info_t
impl !Send for es_sudo_reject_info_t
impl !Sync for es_sudo_reject_info_t
impl Unpin for es_sudo_reject_info_t
impl UnwindSafe for es_sudo_reject_info_t
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