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