#[repr(C)]pub struct kauth_ace {
pub ace_applicable: guid_t,
pub ace_flags: u_int32_t,
pub ace_rights: kauth_ace_rights_t,
}Fields§
§ace_applicable: guid_t§ace_flags: u_int32_t§ace_rights: kauth_ace_rights_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for kauth_ace
impl RefUnwindSafe for kauth_ace
impl Send for kauth_ace
impl Sync for kauth_ace
impl Unpin for kauth_ace
impl UnwindSafe for kauth_ace
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