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