#[repr(C, packed(1))]pub struct fac_t {
pub version: u32,
pub perms: u64,
pub _0xC: [u8; 32],
}Fields§
§version: u32§perms: u64§_0xC: [u8; 32]Trait Implementations§
impl Copy for fac_t
Auto Trait Implementations§
impl Freeze for fac_t
impl RefUnwindSafe for fac_t
impl Send for fac_t
impl Sync for fac_t
impl Unpin for fac_t
impl UnwindSafe for fac_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