pub struct NoPadding {}
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPadding
impl RefUnwindSafe for NoPadding
impl Send for NoPadding
impl Sync for NoPadding
impl Unpin for NoPadding
impl UnwindSafe for NoPadding
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