#[repr(C)]pub struct ext2_acl_header {
pub aclh_size: __u32,
pub aclh_file_count: __u32,
pub aclh_acle_count: __u32,
pub aclh_first_acle: __u32,
}Fields§
§aclh_size: __u32§aclh_file_count: __u32§aclh_acle_count: __u32§aclh_first_acle: __u32Trait Implementations§
Source§impl Clone for ext2_acl_header
impl Clone for ext2_acl_header
Source§fn clone(&self) -> ext2_acl_header
fn clone(&self) -> ext2_acl_header
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_header
impl Debug for ext2_acl_header
impl Copy for ext2_acl_header
Auto Trait Implementations§
impl Freeze for ext2_acl_header
impl RefUnwindSafe for ext2_acl_header
impl Send for ext2_acl_header
impl Sync for ext2_acl_header
impl Unpin for ext2_acl_header
impl UnwindSafe for ext2_acl_header
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