pub struct CaptureChannelDisabled<TIM, const C: u8> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<TIM, const C: u8> Freeze for CaptureChannelDisabled<TIM, C>where
TIM: Freeze,
impl<TIM, const C: u8> RefUnwindSafe for CaptureChannelDisabled<TIM, C>where
TIM: RefUnwindSafe,
impl<TIM, const C: u8> Send for CaptureChannelDisabled<TIM, C>where
TIM: Send,
impl<TIM, const C: u8> Sync for CaptureChannelDisabled<TIM, C>where
TIM: Sync,
impl<TIM, const C: u8> Unpin for CaptureChannelDisabled<TIM, C>where
TIM: Unpin,
impl<TIM, const C: u8> UnwindSafe for CaptureChannelDisabled<TIM, C>where
TIM: UnwindSafe,
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