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