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