pub struct EventSetAcl<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Set a file ACL.
Implementations§
Source§impl<'a> EventSetAcl<'a>
impl<'a> EventSetAcl<'a>
Sourcepub fn set_or_clear(&self) -> es_set_or_clear_t
pub fn set_or_clear(&self) -> es_set_or_clear_t
Whether the ACL on the target
is being set or cleared
Trait Implementations§
Source§impl<'a> Debug for EventSetAcl<'a>
impl<'a> Debug for EventSetAcl<'a>
Source§impl<'a> Hash for EventSetAcl<'a>
impl<'a> Hash for EventSetAcl<'a>
Source§impl<'a> PartialEq for EventSetAcl<'a>
impl<'a> PartialEq for EventSetAcl<'a>
impl<'a> Eq for EventSetAcl<'a>
impl Send for EventSetAcl<'_>
impl Sync for EventSetAcl<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventSetAcl<'a>
impl<'a> RefUnwindSafe for EventSetAcl<'a>
impl<'a> Unpin for EventSetAcl<'a>
impl<'a> UnwindSafe for EventSetAcl<'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