#[repr(C)]pub struct BNPluginVersion {
pub id: *mut c_char,
pub versionString: *mut c_char,
pub longDescription: *mut c_char,
pub changelog: *mut c_char,
pub minimumClientVersion: u64,
pub platforms: *mut BNPluginVersionPlatform,
pub platformCount: usize,
pub created: *mut c_char,
}Fields§
§id: *mut c_char§versionString: *mut c_char§longDescription: *mut c_char§changelog: *mut c_char§minimumClientVersion: u64§platforms: *mut BNPluginVersionPlatform§platformCount: usize§created: *mut c_charTrait Implementations§
Source§impl Clone for BNPluginVersion
impl Clone for BNPluginVersion
Source§fn clone(&self) -> BNPluginVersion
fn clone(&self) -> BNPluginVersion
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 BNPluginVersion
impl Debug for BNPluginVersion
Source§impl Default for BNPluginVersion
impl Default for BNPluginVersion
impl Copy for BNPluginVersion
Auto Trait Implementations§
impl Freeze for BNPluginVersion
impl RefUnwindSafe for BNPluginVersion
impl !Send for BNPluginVersion
impl !Sync for BNPluginVersion
impl Unpin for BNPluginVersion
impl UnwindSafe for BNPluginVersion
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