pub struct FrameBufferWriter { /* private fields */ }
Expand description
Allows logging text to a pixel-based framebuffer.
Implementations§
Trait Implementations§
Source§impl Write for FrameBufferWriter
impl Write for FrameBufferWriter
impl Send for FrameBufferWriter
impl Sync for FrameBufferWriter
Auto Trait Implementations§
impl Freeze for FrameBufferWriter
impl RefUnwindSafe for FrameBufferWriter
impl Unpin for FrameBufferWriter
impl !UnwindSafe for FrameBufferWriter
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