Struct inkwell::values::GenericValue
source · pub struct GenericValue<'ctx> { /* private fields */ }
Implementations§
source§impl<'ctx> GenericValue<'ctx>
impl<'ctx> GenericValue<'ctx>
Trait Implementations§
source§impl<'ctx> Debug for GenericValue<'ctx>
impl<'ctx> Debug for GenericValue<'ctx>
Auto Trait Implementations§
impl<'ctx> RefUnwindSafe for GenericValue<'ctx>
impl<'ctx> !Send for GenericValue<'ctx>
impl<'ctx> !Sync for GenericValue<'ctx>
impl<'ctx> Unpin for GenericValue<'ctx>
impl<'ctx> UnwindSafe for GenericValue<'ctx>
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