pub struct BitViewMut<'a, T: BitWord> { /* private fields */ }Implementations§
Source§impl<'a, T: BitWord> BitViewMut<'a, T>
impl<'a, T: BitWord> BitViewMut<'a, T>
pub unsafe fn from_raw_parts(ptr: *const T, len: usize) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for BitViewMut<'a, T>
impl<'a, T> RefUnwindSafe for BitViewMut<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for BitViewMut<'a, T>
impl<'a, T> !Sync for BitViewMut<'a, T>
impl<'a, T> Unpin for BitViewMut<'a, T>
impl<'a, T> !UnwindSafe for BitViewMut<'a, T>
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