pub struct BcBlockEdge {
pub kind: BcBlockEdgeKind,
pub target: BcOp,
}Fields§
§kind: BcBlockEdgeKind§target: BcOpTrait Implementations§
Source§impl Clone for BcBlockEdge
impl Clone for BcBlockEdge
Source§fn clone(&self) -> BcBlockEdge
fn clone(&self) -> BcBlockEdge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BcBlockEdge
Source§impl Debug for BcBlockEdge
impl Debug for BcBlockEdge
impl Eq for BcBlockEdge
Source§impl Hash for BcBlockEdge
impl Hash for BcBlockEdge
Source§impl PartialEq for BcBlockEdge
impl PartialEq for BcBlockEdge
Source§fn eq(&self, other: &BcBlockEdge) -> bool
fn eq(&self, other: &BcBlockEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BcBlockEdge
Auto Trait Implementations§
impl Freeze for BcBlockEdge
impl RefUnwindSafe for BcBlockEdge
impl Send for BcBlockEdge
impl Sync for BcBlockEdge
impl Unpin for BcBlockEdge
impl UnsafeUnpin for BcBlockEdge
impl UnwindSafe for BcBlockEdge
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