#[repr(C, packed(1))]pub struct l2cap_info_rsp {
pub type_: u16,
pub result: u16,
pub data: __IncompleteArrayField<u8>,
}Fields§
§type_: u16§result: u16§data: __IncompleteArrayField<u8>Auto Trait Implementations§
impl Freeze for l2cap_info_rsp
impl RefUnwindSafe for l2cap_info_rsp
impl Send for l2cap_info_rsp
impl Sync for l2cap_info_rsp
impl Unpin for l2cap_info_rsp
impl UnwindSafe for l2cap_info_rsp
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