#[repr(C)]pub struct m65_dirent {
pub d_ino: u32,
pub d_off: u16,
pub d_reclen: u32,
pub d_type: u16,
pub d_name: [c_char; 256],
}Fields§
§d_ino: u32§d_off: u16§d_reclen: u32§d_type: u16§d_name: [c_char; 256]Trait Implementations§
Source§impl Clone for m65_dirent
impl Clone for m65_dirent
Source§fn clone(&self) -> m65_dirent
fn clone(&self) -> m65_dirent
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 m65_dirent
impl Debug for m65_dirent
Source§impl Default for m65_dirent
impl Default for m65_dirent
impl Copy for m65_dirent
Auto Trait Implementations§
impl Freeze for m65_dirent
impl RefUnwindSafe for m65_dirent
impl Send for m65_dirent
impl Sync for m65_dirent
impl Unpin for m65_dirent
impl UnwindSafe for m65_dirent
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