#[repr(C)]pub struct rfcomm_dev_info {
pub id: i16,
pub flags: u32,
pub state: u16,
pub src: bdaddr_t,
pub dst: bdaddr_t,
pub channel: u8,
}Fields§
§id: i16§flags: u32§state: u16§src: bdaddr_t§dst: bdaddr_t§channel: u8Trait Implementations§
Source§impl Clone for rfcomm_dev_info
impl Clone for rfcomm_dev_info
Source§fn clone(&self) -> rfcomm_dev_info
fn clone(&self) -> rfcomm_dev_info
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 rfcomm_dev_info
impl Debug for rfcomm_dev_info
impl Copy for rfcomm_dev_info
Auto Trait Implementations§
impl Freeze for rfcomm_dev_info
impl RefUnwindSafe for rfcomm_dev_info
impl Send for rfcomm_dev_info
impl Sync for rfcomm_dev_info
impl Unpin for rfcomm_dev_info
impl UnwindSafe for rfcomm_dev_info
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