struct DirBuff {
buffer: Box<Align8<[MaybeUninit<u8>; 1024]>>,
}
Expand description
A buffer for holding directory entries.
Fields§
§buffer: Box<Align8<[MaybeUninit<u8>; 1024]>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DirBuff
impl Send for DirBuff
impl Sync for DirBuff
impl Unpin for DirBuff
impl UnwindSafe for DirBuff
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