#[repr(C)]pub struct lucet_val { /* private fields */ }
Trait Implementations§
impl Copy for lucet_val
Auto Trait Implementations§
impl Freeze for lucet_val
impl RefUnwindSafe for lucet_val
impl !Send for lucet_val
impl !Sync for lucet_val
impl Unpin for lucet_val
impl UnwindSafe for lucet_val
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