pub struct DebugLine<W: Writer>(pub W);
Expand description
A writable .debug_line
section.
Tuple Fields
0: W
Implementations
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for DebugLine<W> where
W: RefUnwindSafe,
impl<W> Send for DebugLine<W> where
W: Send,
impl<W> Sync for DebugLine<W> where
W: Sync,
impl<W> Unpin for DebugLine<W> where
W: Unpin,
impl<W> UnwindSafe for DebugLine<W> where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more