Struct libicsneo_sys::neoversion_t
source · #[repr(C, packed)]pub struct neoversion_t {
pub major: u16,
pub minor: u16,
pub patch: u16,
pub metadata: *const c_char,
pub buildBranch: *const c_char,
pub buildTag: *const c_char,
pub reserved: [c_char; 32],
}Fields
major: u16minor: u16patch: u16metadata: *const c_charbuildBranch: *const c_charbuildTag: *const c_charreserved: [c_char; 32]Trait Implementations
sourceimpl Clone for neoversion_t
impl Clone for neoversion_t
sourcefn clone(&self) -> neoversion_t
fn clone(&self) -> neoversion_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for neoversion_t
impl Debug for neoversion_t
impl Copy for neoversion_t
Auto Trait Implementations
impl RefUnwindSafe for neoversion_t
impl !Send for neoversion_t
impl !Sync for neoversion_t
impl Unpin for neoversion_t
impl UnwindSafe for neoversion_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more