Enum nix_compat::nar::wire::PadPar
source · pub(crate) enum PadPar {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PadPar
impl RefUnwindSafe for PadPar
impl Send for PadPar
impl Sync for PadPar
impl Unpin for PadPar
impl UnwindSafe for PadPar
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