Struct endpoint_sec::EventOdCreateGroup
source · pub struct EventOdCreateGroup<'a> { /* private fields */ }Available on crate feature
macos_14_0_0 and macOS only.Expand description
Notification that a group was created.
Implementations§
source§impl<'a> EventOdCreateGroup<'a>
impl<'a> EventOdCreateGroup<'a>
sourcepub fn instigator(&self) -> Process<'a>
pub fn instigator(&self) -> Process<'a>
Process that instigated operation (XPC caller).
sourcepub fn error_code(&self) -> i32
pub fn error_code(&self) -> i32
Result code for the operation.
sourcepub fn group_name(&self) -> &'a OsStr
pub fn group_name(&self) -> &'a OsStr
The name of the group that was created.
Trait Implementations§
source§impl<'a> Debug for EventOdCreateGroup<'a>
impl<'a> Debug for EventOdCreateGroup<'a>
source§impl<'a> Hash for EventOdCreateGroup<'a>
impl<'a> Hash for EventOdCreateGroup<'a>
source§impl<'a> PartialEq for EventOdCreateGroup<'a>
impl<'a> PartialEq for EventOdCreateGroup<'a>
impl<'a> Eq for EventOdCreateGroup<'a>
impl Send for EventOdCreateGroup<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventOdCreateGroup<'a>
impl<'a> !Sync for EventOdCreateGroup<'a>
impl<'a> Unpin for EventOdCreateGroup<'a>
impl<'a> UnwindSafe for EventOdCreateGroup<'a>
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