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