pub struct BcOp {
pub kind: BcOpKind,
pub index: u32,
}Fields§
§kind: BcOpKind§index: u32Implementations§
Trait Implementations§
impl Copy for BcOp
Source§impl DenseDefault for BcOp
impl DenseDefault for BcOp
fn dense_default() -> Self
impl Eq for BcOp
impl StructuralPartialEq for BcOp
Auto Trait Implementations§
impl Freeze for BcOp
impl RefUnwindSafe for BcOp
impl Send for BcOp
impl Sync for BcOp
impl Unpin for BcOp
impl UnsafeUnpin for BcOp
impl UnwindSafe for BcOp
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