#[repr(C)]pub struct BNUpdateVersion {
pub version: *mut c_char,
pub notes: *mut c_char,
pub time: u64,
}
Fields§
§version: *mut c_char
§notes: *mut c_char
§time: u64
Trait Implementations§
source§impl Clone for BNUpdateVersion
impl Clone for BNUpdateVersion
source§fn clone(&self) -> BNUpdateVersion
fn clone(&self) -> BNUpdateVersion
Returns a copy 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 BNUpdateVersion
impl Debug for BNUpdateVersion
source§impl Default for BNUpdateVersion
impl Default for BNUpdateVersion
impl Copy for BNUpdateVersion
Auto Trait Implementations§
impl Freeze for BNUpdateVersion
impl RefUnwindSafe for BNUpdateVersion
impl !Send for BNUpdateVersion
impl !Sync for BNUpdateVersion
impl Unpin for BNUpdateVersion
impl UnwindSafe for BNUpdateVersion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)