pub struct ShrData { /* private fields */ }Expand description
Contextual data for the SHR instruction
Implementations§
Auto Trait Implementations§
impl Freeze for ShrData
impl RefUnwindSafe for ShrData
impl Send for ShrData
impl Sync for ShrData
impl Unpin for ShrData
impl UnwindSafe for ShrData
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