#[repr(C)]pub struct nix_value { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for nix_value
impl RefUnwindSafe for nix_value
impl Send for nix_value
impl Sync for nix_value
impl Unpin for nix_value
impl UnwindSafe for nix_value
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