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