#[repr(C)]pub struct ext2_acl_entry {
pub acle_size: __u32,
pub acle_perms: __u16,
pub acle_type: __u16,
pub acle_tag: __u16,
pub acle_pad1: __u16,
pub acle_next: __u32,
}Fields§
§acle_size: __u32§acle_perms: __u16§acle_type: __u16§acle_tag: __u16§acle_pad1: __u16§acle_next: __u32Trait Implementations§
Source§impl Clone for ext2_acl_entry
impl Clone for ext2_acl_entry
Source§fn clone(&self) -> ext2_acl_entry
fn clone(&self) -> ext2_acl_entry
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 moreSource§impl Debug for ext2_acl_entry
impl Debug for ext2_acl_entry
impl Copy for ext2_acl_entry
Auto Trait Implementations§
impl Freeze for ext2_acl_entry
impl RefUnwindSafe for ext2_acl_entry
impl Send for ext2_acl_entry
impl Sync for ext2_acl_entry
impl Unpin for ext2_acl_entry
impl UnwindSafe for ext2_acl_entry
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