pub struct XorBranchAnalysis {
pub branches: Vec<XorBranchInfo>,
}Expand description
Result of XOR branch analysis.
Fields§
§branches: Vec<XorBranchInfo>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XorBranchAnalysis
impl RefUnwindSafe for XorBranchAnalysis
impl Send for XorBranchAnalysis
impl Sync for XorBranchAnalysis
impl Unpin for XorBranchAnalysis
impl UnsafeUnpin for XorBranchAnalysis
impl UnwindSafe for XorBranchAnalysis
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