pub struct Bitap8x16 { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for Bitap8x16
impl RefUnwindSafe for Bitap8x16
impl Send for Bitap8x16
impl Sync for Bitap8x16
impl Unpin for Bitap8x16
impl UnwindSafe for Bitap8x16
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