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