#[repr(C, packed(1))]pub struct fah_t {
pub version: u32,
pub perms: u64,
pub _0xC: u32,
pub _0x10: u32,
pub _0x14: u32,
pub _0x18: u32,
}Fields§
§version: u32§perms: u64§_0xC: u32§_0x10: u32§_0x14: u32§_0x18: u32Trait Implementations§
impl Copy for fah_t
Auto Trait Implementations§
impl Freeze for fah_t
impl RefUnwindSafe for fah_t
impl Send for fah_t
impl Sync for fah_t
impl Unpin for fah_t
impl UnwindSafe for fah_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