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