#[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 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 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