#[repr(C)]pub struct bmda_probe {
pub type_: probe_type_e,
pub dev: c_char,
pub serial: [c_char; 64],
pub manufacturer: [c_char; 512],
pub product: [c_char; 256],
pub version: [c_char; 256],
pub is_jtag: bool,
}Fields§
§type_: probe_type_e§dev: c_char§serial: [c_char; 64]§manufacturer: [c_char; 512]§product: [c_char; 256]§version: [c_char; 256]§is_jtag: boolTrait Implementations§
Source§impl Clone for bmda_probe
impl Clone for bmda_probe
Source§fn clone(&self) -> bmda_probe
fn clone(&self) -> bmda_probe
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 bmda_probe
impl Debug for bmda_probe
impl Copy for bmda_probe
Auto Trait Implementations§
impl Freeze for bmda_probe
impl RefUnwindSafe for bmda_probe
impl Send for bmda_probe
impl Sync for bmda_probe
impl Unpin for bmda_probe
impl UnwindSafe for bmda_probe
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