#[repr(u8)]pub enum BcImmKind {
Boolean = 0,
Int = 1,
Import = 2,
}Variants§
Trait Implementations§
impl Copy for BcImmKind
impl Eq for BcImmKind
impl StructuralPartialEq for BcImmKind
Auto Trait Implementations§
impl Freeze for BcImmKind
impl RefUnwindSafe for BcImmKind
impl Send for BcImmKind
impl Sync for BcImmKind
impl Unpin for BcImmKind
impl UnsafeUnpin for BcImmKind
impl UnwindSafe for BcImmKind
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