[−][src]Struct gf::pivot::basic_block::UnsealedBasicBlock
⚪ Basic block in an unsealed module.
Fields
metadata: UnsealedMetadata
Metadata.
inputs: Vec<Var>
Input group.
branch_var: Option<Var>
Branch control variable.
branch_outputs: [Vec<Var>; 2]
Branch output groups: 0 for false branch, 1 for true branch.
branch_targets: [Option<BasicBlockId>; 2]
Branch target basic block IDs: 0 for false branch, 1 for true branch.
stmts: Vec<UnsealedStmt>
Statements.
Trait Implementations
impl Clone for UnsealedBasicBlock
[src]
fn clone(&self) -> UnsealedBasicBlock
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for UnsealedBasicBlock
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnsealedBasicBlock
impl Send for UnsealedBasicBlock
impl Sync for UnsealedBasicBlock
impl Unpin for UnsealedBasicBlock
impl UnwindSafe for UnsealedBasicBlock
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,