#[repr(C)]pub struct fs_perm_t {
pub name: *const c_char,
pub mask: u64,
}Fields§
§name: *const c_char§mask: u64Trait Implementations§
impl Copy for fs_perm_t
Auto Trait Implementations§
impl Freeze for fs_perm_t
impl RefUnwindSafe for fs_perm_t
impl !Send for fs_perm_t
impl !Sync for fs_perm_t
impl Unpin for fs_perm_t
impl UnwindSafe for fs_perm_t
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