Struct libcwiid_sys::cwiid_bdinfo
source · #[repr(C)]pub struct cwiid_bdinfo {
pub bdaddr: bdaddr_t,
pub btclass: [u8; 3],
pub name: [c_char; 32],
}Fields§
§bdaddr: bdaddr_t§btclass: [u8; 3]§name: [c_char; 32]Trait Implementations§
source§impl Clone for cwiid_bdinfo
impl Clone for cwiid_bdinfo
source§fn clone(&self) -> cwiid_bdinfo
fn clone(&self) -> cwiid_bdinfo
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 more