Struct phper_sys::_cwd_state
source · [−]Fields
cwd: *mut c_charcwd_length: size_tTrait Implementations
sourceimpl Clone for _cwd_state
impl Clone for _cwd_state
sourcefn clone(&self) -> _cwd_state
fn clone(&self) -> _cwd_state
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 _cwd_state
impl Debug for _cwd_state
impl Copy for _cwd_state
Auto Trait Implementations
impl RefUnwindSafe for _cwd_state
impl !Send for _cwd_state
impl !Sync for _cwd_state
impl Unpin for _cwd_state
impl UnwindSafe for _cwd_state
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