#[repr(transparent)]pub struct BtStatus(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for BtStatus
impl Eq for BtStatus
impl StructuralPartialEq for BtStatus
Auto Trait Implementations§
impl Freeze for BtStatus
impl RefUnwindSafe for BtStatus
impl Send for BtStatus
impl Sync for BtStatus
impl Unpin for BtStatus
impl UnwindSafe for BtStatus
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