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