#[repr(C)]pub struct _acl { /* private fields */ }Available on macOS and crate feature
macos_10_15_1 only.Expand description
Never use directly, use acl_t instead
Auto Trait Implementations§
impl Freeze for _acl
impl RefUnwindSafe for _acl
impl Send for _acl
impl Sync for _acl
impl Unpin for _acl
impl UnwindSafe for _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