#[repr(C)]pub struct BNPluginDependencyStartupCallbacks {
pub context: *mut c_void,
pub checkDependencies: Option<unsafe extern "C" fn(ctxt: *mut c_void, issues: *const BNPluginDependencyIssue, count: usize, decisions: *mut BNPluginDependencyDecision) -> bool>,
}Fields§
§context: *mut c_void§checkDependencies: Option<unsafe extern "C" fn(ctxt: *mut c_void, issues: *const BNPluginDependencyIssue, count: usize, decisions: *mut BNPluginDependencyDecision) -> bool>Trait Implementations§
Source§impl Clone for BNPluginDependencyStartupCallbacks
impl Clone for BNPluginDependencyStartupCallbacks
Source§fn clone(&self) -> BNPluginDependencyStartupCallbacks
fn clone(&self) -> BNPluginDependencyStartupCallbacks
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 moreimpl Copy for BNPluginDependencyStartupCallbacks
Auto Trait Implementations§
impl Freeze for BNPluginDependencyStartupCallbacks
impl RefUnwindSafe for BNPluginDependencyStartupCallbacks
impl !Send for BNPluginDependencyStartupCallbacks
impl !Sync for BNPluginDependencyStartupCallbacks
impl Unpin for BNPluginDependencyStartupCallbacks
impl UnwindSafe for BNPluginDependencyStartupCallbacks
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