#[repr(C)]pub struct bladerf_backendinfo {
pub handle_count: c_int,
pub handle: *mut c_void,
pub lock_count: c_int,
pub lock: *mut c_void,
}Fields§
§handle_count: c_int§handle: *mut c_void§lock_count: c_int§lock: *mut c_voidTrait Implementations§
Source§impl Clone for bladerf_backendinfo
impl Clone for bladerf_backendinfo
Source§fn clone(&self) -> bladerf_backendinfo
fn clone(&self) -> bladerf_backendinfo
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_backendinfo
impl Debug for bladerf_backendinfo
impl Copy for bladerf_backendinfo
Auto Trait Implementations§
impl Freeze for bladerf_backendinfo
impl RefUnwindSafe for bladerf_backendinfo
impl !Send for bladerf_backendinfo
impl !Sync for bladerf_backendinfo
impl Unpin for bladerf_backendinfo
impl UnwindSafe for bladerf_backendinfo
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