pub struct AsmWriter<W, const BUF: usize> { /* private fields */ }Expand description
Wraps an PhysicalWrite to prepend an ASM before writing.
Implementations§
Trait Implementations§
Source§impl<W: PhysicalWrite, const BUF: usize> PhysicalWrite for AsmWriter<W, BUF>
impl<W: PhysicalWrite, const BUF: usize> PhysicalWrite for AsmWriter<W, BUF>
Auto Trait Implementations§
impl<W, const BUF: usize> Freeze for AsmWriter<W, BUF>where
W: Freeze,
impl<W, const BUF: usize> RefUnwindSafe for AsmWriter<W, BUF>where
W: RefUnwindSafe,
impl<W, const BUF: usize> Send for AsmWriter<W, BUF>where
W: Send,
impl<W, const BUF: usize> Sync for AsmWriter<W, BUF>where
W: Sync,
impl<W, const BUF: usize> Unpin for AsmWriter<W, BUF>where
W: Unpin,
impl<W, const BUF: usize> UnsafeUnpin for AsmWriter<W, BUF>where
W: UnsafeUnpin,
impl<W, const BUF: usize> UnwindSafe for AsmWriter<W, BUF>where
W: 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