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