#[repr(C)]pub struct bladerf_serial {
pub serial: [c_char; 33],
}Fields§
§serial: [c_char; 33]Trait Implementations§
Source§impl Clone for bladerf_serial
impl Clone for bladerf_serial
Source§fn clone(&self) -> bladerf_serial
fn clone(&self) -> bladerf_serial
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_serial
impl Debug for bladerf_serial
impl Copy for bladerf_serial
Auto Trait Implementations§
impl Freeze for bladerf_serial
impl RefUnwindSafe for bladerf_serial
impl Send for bladerf_serial
impl Sync for bladerf_serial
impl Unpin for bladerf_serial
impl UnwindSafe for bladerf_serial
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