#[repr(C)]pub struct bt_iso_biginfo { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bt_iso_biginfo
impl RefUnwindSafe for bt_iso_biginfo
impl Send for bt_iso_biginfo
impl Sync for bt_iso_biginfo
impl Unpin for bt_iso_biginfo
impl UnwindSafe for bt_iso_biginfo
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