pub struct RefTest<'a> {
pub type: RefType<'a>,
}
Expand description
Extra data associated with the ref.test
instruction
Fields§
§type: RefType<'a>
The type to test for.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RefTest<'a>
impl<'a> RefUnwindSafe for RefTest<'a>
impl<'a> Send for RefTest<'a>
impl<'a> Sync for RefTest<'a>
impl<'a> Unpin for RefTest<'a>
impl<'a> UnwindSafe for RefTest<'a>
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