pub struct BaseTst {
pub shifted_op: u32,
pub immediate_op: u32,
}Fields§
§shifted_op: u32§immediate_op: u32Implementations§
Trait Implementations§
impl Copy for BaseTst
Auto Trait Implementations§
impl Freeze for BaseTst
impl RefUnwindSafe for BaseTst
impl Send for BaseTst
impl Sync for BaseTst
impl Unpin for BaseTst
impl UnsafeUnpin for BaseTst
impl UnwindSafe for BaseTst
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