#[repr(C)]pub struct DirEntryData {
pub elem: [DirEntry; 1024],
}Fields§
§elem: [DirEntry; 1024]Trait Implementations§
Source§impl Clone for DirEntryData
impl Clone for DirEntryData
Source§fn clone(&self) -> DirEntryData
fn clone(&self) -> DirEntryData
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 DirEntryData
impl Debug for DirEntryData
impl Copy for DirEntryData
Auto Trait Implementations§
impl Freeze for DirEntryData
impl RefUnwindSafe for DirEntryData
impl !Send for DirEntryData
impl !Sync for DirEntryData
impl Unpin for DirEntryData
impl UnwindSafe for DirEntryData
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