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