#[repr(C)]pub struct bladerf_version {
pub major: u16,
pub minor: u16,
pub patch: u16,
pub describe: *const c_char,
}Fields§
§major: u16§minor: u16§patch: u16§describe: *const c_charTrait Implementations§
source§impl Clone for bladerf_version
impl Clone for bladerf_version
source§fn clone(&self) -> bladerf_version
fn clone(&self) -> bladerf_version
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 bladerf_version
impl Debug for bladerf_version
impl Copy for bladerf_version
Auto Trait Implementations§
impl Freeze for bladerf_version
impl RefUnwindSafe for bladerf_version
impl !Send for bladerf_version
impl !Sync for bladerf_version
impl Unpin for bladerf_version
impl UnwindSafe for bladerf_version
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)