#[repr(C)]pub struct kauth_filesec {
pub fsec_magic: u_int32_t,
pub fsec_owner: guid_t,
pub fsec_group: guid_t,
pub fsec_acl: kauth_acl,
}Fields§
§fsec_magic: u_int32_t§fsec_owner: guid_t§fsec_group: guid_t§fsec_acl: kauth_aclTrait Implementations§
Source§impl Clone for kauth_filesec
impl Clone for kauth_filesec
Source§fn clone(&self) -> kauth_filesec
fn clone(&self) -> kauth_filesec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for kauth_filesec
Auto Trait Implementations§
impl Freeze for kauth_filesec
impl RefUnwindSafe for kauth_filesec
impl Send for kauth_filesec
impl Sync for kauth_filesec
impl Unpin for kauth_filesec
impl UnwindSafe for kauth_filesec
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