#[repr(C)]pub struct BNFlowGraphEdge {
pub type_: BNBranchType,
pub target: *mut BNFlowGraphNode,
pub points: *mut BNPoint,
pub pointCount: usize,
pub backEdge: bool,
pub style: BNEdgeStyle,
}
Fields§
§type_: BNBranchType
§target: *mut BNFlowGraphNode
§points: *mut BNPoint
§pointCount: usize
§backEdge: bool
§style: BNEdgeStyle
Trait Implementations§
source§impl Clone for BNFlowGraphEdge
impl Clone for BNFlowGraphEdge
source§fn clone(&self) -> BNFlowGraphEdge
fn clone(&self) -> BNFlowGraphEdge
Returns a copy 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 BNFlowGraphEdge
impl Debug for BNFlowGraphEdge
source§impl Default for BNFlowGraphEdge
impl Default for BNFlowGraphEdge
impl Copy for BNFlowGraphEdge
Auto Trait Implementations§
impl Freeze for BNFlowGraphEdge
impl RefUnwindSafe for BNFlowGraphEdge
impl !Send for BNFlowGraphEdge
impl !Sync for BNFlowGraphEdge
impl Unpin for BNFlowGraphEdge
impl UnwindSafe for BNFlowGraphEdge
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)