Struct phper_sys::_cwd_state
source · #[repr(C)]pub struct _cwd_state {
pub cwd: *mut c_char,
pub cwd_length: usize,
}Fields§
§cwd: *mut c_char§cwd_length: usizeTrait Implementations§
source§impl Clone for _cwd_state
impl Clone for _cwd_state
source§fn clone(&self) -> _cwd_state
fn clone(&self) -> _cwd_state
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