#[repr(u8)]pub enum EmitError {
OutOfMemory,
OperandSizeMismatch,
LabelAlreadyDefined(Label),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmitError
impl RefUnwindSafe for EmitError
impl Send for EmitError
impl Sync for EmitError
impl Unpin for EmitError
impl UnwindSafe for EmitError
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