pub struct SetRegSsa;
Trait Implementations§
impl OperationArguments for SetRegSsa
Auto Trait Implementations§
impl Freeze for SetRegSsa
impl RefUnwindSafe for SetRegSsa
impl Send for SetRegSsa
impl Sync for SetRegSsa
impl Unpin for SetRegSsa
impl UnwindSafe for SetRegSsa
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