pub struct SsaaCoords<const SSAA_SQ: usize> { /* private fields */ }Expand description
An aligned structure storing SSAA_SQ (x, y) subpixel coordinates for up to eight pixels
Implementations§
Auto Trait Implementations§
impl<const SSAA_SQ: usize> Freeze for SsaaCoords<SSAA_SQ>
impl<const SSAA_SQ: usize> RefUnwindSafe for SsaaCoords<SSAA_SQ>
impl<const SSAA_SQ: usize> Send for SsaaCoords<SSAA_SQ>
impl<const SSAA_SQ: usize> Sync for SsaaCoords<SSAA_SQ>
impl<const SSAA_SQ: usize> Unpin for SsaaCoords<SSAA_SQ>
impl<const SSAA_SQ: usize> UnwindSafe for SsaaCoords<SSAA_SQ>
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