pub struct GenericBitPieceMut<'s, S: BitStorage + 's, P: BitPiece> { /* private fields */ }
Expand description
a generic implementation of the BitPieceMut
trait used for convenience.
Trait Implementations§
Auto Trait Implementations§
impl<'s, S, P> Freeze for GenericBitPieceMut<'s, S, P>
impl<'s, S, P> RefUnwindSafe for GenericBitPieceMut<'s, S, P>where
P: RefUnwindSafe,
S: RefUnwindSafe,
impl<'s, S, P> Send for GenericBitPieceMut<'s, S, P>
impl<'s, S, P> Sync for GenericBitPieceMut<'s, S, P>
impl<'s, S, P> Unpin for GenericBitPieceMut<'s, S, P>where
P: Unpin,
impl<'s, S, P> !UnwindSafe for GenericBitPieceMut<'s, S, P>
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