pub struct GridSequence<const W: usize, const H: usize> {
pub framerate: NonZeroU8,
pub font_scale: FontSize,
/* private fields */
}Fields§
§framerate: NonZeroU8§font_scale: FontSizeImplementations§
Source§impl<const W: usize, const H: usize> GridSequence<W, H>
impl<const W: usize, const H: usize> GridSequence<W, H>
Auto Trait Implementations§
impl<const W: usize, const H: usize> Freeze for GridSequence<W, H>
impl<const W: usize, const H: usize> RefUnwindSafe for GridSequence<W, H>
impl<const W: usize, const H: usize> Send for GridSequence<W, H>
impl<const W: usize, const H: usize> Sync for GridSequence<W, H>
impl<const W: usize, const H: usize> Unpin for GridSequence<W, H>
impl<const W: usize, const H: usize> UnwindSafe for GridSequence<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