#[repr(C)]pub struct romfs_direntry_t {
pub parent: u32,
pub sibling: u32,
pub child: u32,
pub file: u32,
pub hash: u32,
pub name_size: u32,
pub name: __IncompleteArrayField<c_char>,
}Fields§
§parent: u32§sibling: u32§child: u32§file: u32§hash: u32§name_size: u32§name: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for romfs_direntry_t
impl Debug for romfs_direntry_t
Source§impl Default for romfs_direntry_t
impl Default for romfs_direntry_t
Source§fn default() -> romfs_direntry_t
fn default() -> romfs_direntry_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for romfs_direntry_t
impl RefUnwindSafe for romfs_direntry_t
impl Send for romfs_direntry_t
impl Sync for romfs_direntry_t
impl Unpin for romfs_direntry_t
impl UnwindSafe for romfs_direntry_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