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 direntdir: *mut DIRs: statname: [c_char; 256]Trait Implementations
sourceimpl Clone for ReadDirCtx
impl Clone for ReadDirCtx
sourcefn clone(&self) -> ReadDirCtx
fn clone(&self) -> ReadDirCtx
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ReadDirCtx
impl Debug for ReadDirCtx
impl Copy for ReadDirCtx
Auto Trait Implementations
impl RefUnwindSafe for ReadDirCtx
impl !Send for ReadDirCtx
impl !Sync for ReadDirCtx
impl Unpin for ReadDirCtx
impl UnwindSafe for ReadDirCtx
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more