#[repr(transparent)]pub struct TextBuffer<const W: usize, const H: usize>(pub [[u32; W]; H]);Tuple Fields§
§0: [[u32; W]; H]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const W: usize, const H: usize> Freeze for TextBuffer<W, H>
impl<const W: usize, const H: usize> RefUnwindSafe for TextBuffer<W, H>
impl<const W: usize, const H: usize> Send for TextBuffer<W, H>
impl<const W: usize, const H: usize> Sync for TextBuffer<W, H>
impl<const W: usize, const H: usize> Unpin for TextBuffer<W, H>
impl<const W: usize, const H: usize> UnwindSafe for TextBuffer<W, H>
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