Struct wasm_wave::wasm::DisplayType
source · pub struct DisplayType<'a, T: WasmType>(pub &'a T);
Tuple Fields§
§0: &'a T
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for DisplayType<'a, T>
impl<'a, T> RefUnwindSafe for DisplayType<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for DisplayType<'a, T>where
T: Sync,
impl<'a, T> Sync for DisplayType<'a, T>where
T: Sync,
impl<'a, T> Unpin for DisplayType<'a, T>
impl<'a, T> UnwindSafe for DisplayType<'a, T>where
T: RefUnwindSafe,
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