#[repr(C)]pub struct BcVmConst {
pub kind: BcVmConstKind,
pub value: BcVmConstValue,
}Fields§
§kind: BcVmConstKind§value: BcVmConstValueImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BcVmConst
impl RefUnwindSafe for BcVmConst
impl Send for BcVmConst
impl Sync for BcVmConst
impl Unpin for BcVmConst
impl UnsafeUnpin for BcVmConst
impl UnwindSafe for BcVmConst
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