Struct inout::PaddedInOutBuf
source · pub struct PaddedInOutBuf<'inp, 'out, BS: ArraySize> { /* private fields */ }
Expand description
Variant of InOutBuf
with optional padded tail block.
Implementations§
source§impl<'inp, 'out, BS: ArraySize> PaddedInOutBuf<'inp, 'out, BS>
impl<'inp, 'out, BS: ArraySize> PaddedInOutBuf<'inp, 'out, BS>
Auto Trait Implementations§
impl<'inp, 'out, BS> RefUnwindSafe for PaddedInOutBuf<'inp, 'out, BS>
impl<'inp, 'out, BS> !Send for PaddedInOutBuf<'inp, 'out, BS>
impl<'inp, 'out, BS> !Sync for PaddedInOutBuf<'inp, 'out, BS>
impl<'inp, 'out, BS> Unpin for PaddedInOutBuf<'inp, 'out, BS>
impl<'inp, 'out, BS> !UnwindSafe for PaddedInOutBuf<'inp, 'out, BS>
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