#[repr(C)]pub struct rfcomm_dev_list_req {
pub dev_num: u16,
pub dev_info: __IncompleteArrayField<rfcomm_dev_info>,
}Fields§
§dev_num: u16§dev_info: __IncompleteArrayField<rfcomm_dev_info>Trait Implementations§
Auto Trait Implementations§
impl Freeze for rfcomm_dev_list_req
impl RefUnwindSafe for rfcomm_dev_list_req
impl Send for rfcomm_dev_list_req
impl Sync for rfcomm_dev_list_req
impl Unpin for rfcomm_dev_list_req
impl UnwindSafe for rfcomm_dev_list_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