Struct soapysdr_sys::SoapySDRKwargs
source · #[repr(C)]pub struct SoapySDRKwargs {
pub size: usize,
pub keys: *mut *mut c_char,
pub vals: *mut *mut c_char,
}
Fields§
§size: usize
§keys: *mut *mut c_char
§vals: *mut *mut c_char
Trait Implementations§
source§impl Clone for SoapySDRKwargs
impl Clone for SoapySDRKwargs
source§fn clone(&self) -> SoapySDRKwargs
fn clone(&self) -> SoapySDRKwargs
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 SoapySDRKwargs
impl Debug for SoapySDRKwargs
impl Copy for SoapySDRKwargs
Auto Trait Implementations§
impl Freeze for SoapySDRKwargs
impl RefUnwindSafe for SoapySDRKwargs
impl !Send for SoapySDRKwargs
impl !Sync for SoapySDRKwargs
impl Unpin for SoapySDRKwargs
impl UnwindSafe for SoapySDRKwargs
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
)