pub struct BcProj {
pub op: BcOp,
pub index: u32,
}Fields§
§op: BcOp§index: u32Trait Implementations§
impl Copy for BcProj
impl Eq for BcProj
impl StructuralPartialEq for BcProj
Auto Trait Implementations§
impl Freeze for BcProj
impl RefUnwindSafe for BcProj
impl Send for BcProj
impl Sync for BcProj
impl Unpin for BcProj
impl UnsafeUnpin for BcProj
impl UnwindSafe for BcProj
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