#[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 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 cwiid_bdinfo
impl Debug for cwiid_bdinfo
impl Copy for cwiid_bdinfo
Auto Trait Implementations§
impl Freeze for cwiid_bdinfo
impl RefUnwindSafe for cwiid_bdinfo
impl Send for cwiid_bdinfo
impl Sync for cwiid_bdinfo
impl Unpin for cwiid_bdinfo
impl UnwindSafe for cwiid_bdinfo
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