#[repr(C)]pub struct nix_string_return { /* private fields */ }
Trait Implementations§
Source§impl Clone for nix_string_return
impl Clone for nix_string_return
Source§fn clone(&self) -> nix_string_return
fn clone(&self) -> nix_string_return
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 moreSource§impl Debug for nix_string_return
impl Debug for nix_string_return
impl Copy for nix_string_return
Auto Trait Implementations§
impl Freeze for nix_string_return
impl RefUnwindSafe for nix_string_return
impl Send for nix_string_return
impl Sync for nix_string_return
impl Unpin for nix_string_return
impl UnwindSafe for nix_string_return
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