#[repr(C)]pub struct BNPluginDependencyInfo {
pub name: *const c_char,
pub dependencies: *const c_char,
}Fields§
§name: *const c_char§dependencies: *const c_charTrait Implementations§
Source§impl Clone for BNPluginDependencyInfo
impl Clone for BNPluginDependencyInfo
Source§fn clone(&self) -> BNPluginDependencyInfo
fn clone(&self) -> BNPluginDependencyInfo
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 moreSource§impl Debug for BNPluginDependencyInfo
impl Debug for BNPluginDependencyInfo
Source§impl Default for BNPluginDependencyInfo
impl Default for BNPluginDependencyInfo
impl Copy for BNPluginDependencyInfo
Auto Trait Implementations§
impl Freeze for BNPluginDependencyInfo
impl RefUnwindSafe for BNPluginDependencyInfo
impl !Send for BNPluginDependencyInfo
impl !Sync for BNPluginDependencyInfo
impl Unpin for BNPluginDependencyInfo
impl UnsafeUnpin for BNPluginDependencyInfo
impl UnwindSafe for BNPluginDependencyInfo
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