pub struct DualThreadLogBacked<const RSIZE: usize, T>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, const RSIZE: usize> Drop for DualThreadLogBacked<RSIZE, T>
impl<T, const RSIZE: usize> Drop for DualThreadLogBacked<RSIZE, T>
Source§impl<T, const RSIZE: usize> LogBackend<T> for DualThreadLogBacked<RSIZE, T>
impl<T, const RSIZE: usize> LogBackend<T> for DualThreadLogBacked<RSIZE, T>
Auto Trait Implementations§
impl<const RSIZE: usize, T> !Freeze for DualThreadLogBacked<RSIZE, T>
impl<const RSIZE: usize, T> !RefUnwindSafe for DualThreadLogBacked<RSIZE, T>
impl<const RSIZE: usize, T> Send for DualThreadLogBacked<RSIZE, T>
impl<const RSIZE: usize, T> !Sync for DualThreadLogBacked<RSIZE, T>
impl<const RSIZE: usize, T> Unpin for DualThreadLogBacked<RSIZE, T>where
T: Unpin,
impl<const RSIZE: usize, T> !UnwindSafe for DualThreadLogBacked<RSIZE, T>
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