pub struct StrRef;Expand description
The table of references to string literals, which is what an asm clobber list is a run of.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StrRef
impl RefUnwindSafe for StrRef
impl Send for StrRef
impl Sync for StrRef
impl Unpin for StrRef
impl UnsafeUnpin for StrRef
impl UnwindSafe for StrRef
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