#[repr(C)]pub struct kauth_acl {
pub acl_entrycount: u_int32_t,
pub acl_flags: u_int32_t,
pub acl_ace: [kauth_ace; 1],
}Fields§
§acl_entrycount: u_int32_t§acl_flags: u_int32_t§acl_ace: [kauth_ace; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for kauth_acl
impl RefUnwindSafe for kauth_acl
impl Send for kauth_acl
impl Sync for kauth_acl
impl Unpin for kauth_acl
impl UnwindSafe for kauth_acl
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