pub struct B7MutRef<'s>(pub BitsMut<'s>);Tuple Fields§
§0: BitsMut<'s>Implementations§
Trait Implementations§
Source§impl<'s> BitPieceMutRef<'s> for B7MutRef<'s>
impl<'s> BitPieceMutRef<'s> for B7MutRef<'s>
Auto Trait Implementations§
impl<'s> Freeze for B7MutRef<'s>
impl<'s> RefUnwindSafe for B7MutRef<'s>
impl<'s> Send for B7MutRef<'s>
impl<'s> Sync for B7MutRef<'s>
impl<'s> Unpin for B7MutRef<'s>
impl<'s> !UnwindSafe for B7MutRef<'s>
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