Struct wolfssl_sys::ReadDirCtx
source · #[repr(C)]pub struct ReadDirCtx {
pub entry: *mut dirent,
pub dir: *mut DIR,
pub s: stat,
pub name: [c_char; 256],
}Fields§
§entry: *mut dirent§dir: *mut DIR§s: stat§name: [c_char; 256]Trait Implementations§
source§impl Clone for ReadDirCtx
impl Clone for ReadDirCtx
source§fn clone(&self) -> ReadDirCtx
fn clone(&self) -> ReadDirCtx
Returns a copy 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 more