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