#[repr(C)]pub struct BNCustomFlowGraph {
pub context: *mut c_void,
pub prepareForLayout: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
pub populateNodes: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
pub completeLayout: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
pub update: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNFlowGraph>,
pub freeObject: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
pub externalRefTaken: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
pub externalRefReleased: Option<unsafe extern "C" fn(ctxt: *mut c_void)>,
}
Fields§
§context: *mut c_void
§prepareForLayout: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
§populateNodes: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
§completeLayout: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
§update: Option<unsafe extern "C" fn(ctxt: *mut c_void) -> *mut BNFlowGraph>
§freeObject: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
§externalRefTaken: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
§externalRefReleased: Option<unsafe extern "C" fn(ctxt: *mut c_void)>
Trait Implementations§
source§impl Clone for BNCustomFlowGraph
impl Clone for BNCustomFlowGraph
source§fn clone(&self) -> BNCustomFlowGraph
fn clone(&self) -> BNCustomFlowGraph
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 BNCustomFlowGraph
impl Debug for BNCustomFlowGraph
source§impl Default for BNCustomFlowGraph
impl Default for BNCustomFlowGraph
impl Copy for BNCustomFlowGraph
Auto Trait Implementations§
impl Freeze for BNCustomFlowGraph
impl RefUnwindSafe for BNCustomFlowGraph
impl !Send for BNCustomFlowGraph
impl !Sync for BNCustomFlowGraph
impl Unpin for BNCustomFlowGraph
impl UnwindSafe for BNCustomFlowGraph
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
)