#[repr(C)]pub struct BNBasicBlockEdge {
pub type_: BNBranchType,
pub target: *mut BNBasicBlock,
pub backEdge: bool,
pub fallThrough: bool,
}Fields§
§type_: BNBranchType§target: *mut BNBasicBlock§backEdge: bool§fallThrough: boolTrait Implementations§
Source§impl Clone for BNBasicBlockEdge
impl Clone for BNBasicBlockEdge
Source§fn clone(&self) -> BNBasicBlockEdge
fn clone(&self) -> BNBasicBlockEdge
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BNBasicBlockEdge
impl Debug for BNBasicBlockEdge
Source§impl Default for BNBasicBlockEdge
impl Default for BNBasicBlockEdge
impl Copy for BNBasicBlockEdge
Auto Trait Implementations§
impl Freeze for BNBasicBlockEdge
impl RefUnwindSafe for BNBasicBlockEdge
impl !Send for BNBasicBlockEdge
impl !Sync for BNBasicBlockEdge
impl Unpin for BNBasicBlockEdge
impl UnwindSafe for BNBasicBlockEdge
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