#[repr(C)]pub struct bladerf_gain_modes {
pub name: *const c_char,
pub mode: bladerf_gain_mode,
}Fields§
§name: *const c_char§mode: bladerf_gain_modeTrait Implementations§
Source§impl Clone for bladerf_gain_modes
impl Clone for bladerf_gain_modes
Source§fn clone(&self) -> bladerf_gain_modes
fn clone(&self) -> bladerf_gain_modes
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_gain_modes
impl Debug for bladerf_gain_modes
impl Copy for bladerf_gain_modes
Auto Trait Implementations§
impl Freeze for bladerf_gain_modes
impl RefUnwindSafe for bladerf_gain_modes
impl !Send for bladerf_gain_modes
impl !Sync for bladerf_gain_modes
impl Unpin for bladerf_gain_modes
impl UnwindSafe for bladerf_gain_modes
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