pub struct BitCast {
pub operand: ConstantRef,
pub to_type: TypeRef,
}
Fields
operand: ConstantRef
to_type: TypeRef
Trait Implementations
sourceimpl ConstUnaryOp for BitCast
impl ConstUnaryOp for BitCast
fn get_operand(&self) -> ConstantRef
sourceimpl PartialEq<BitCast> for BitCast
impl PartialEq<BitCast> for BitCast
impl StructuralPartialEq for BitCast
Auto Trait Implementations
impl RefUnwindSafe for BitCast
impl Send for BitCast
impl Sync for BitCast
impl Unpin for BitCast
impl UnwindSafe for BitCast
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more