pub struct CoarseSampleLocationNVBuilder { /* private fields */ }Expand description
Builder for CoarseSampleLocationNV.
Implementations§
Source§impl CoarseSampleLocationNVBuilder
impl CoarseSampleLocationNVBuilder
pub fn pixel_x(self, value: u32) -> CoarseSampleLocationNVBuilder
pub fn pixel_y(self, value: u32) -> CoarseSampleLocationNVBuilder
pub fn sample(self, value: u32) -> CoarseSampleLocationNVBuilder
Trait Implementations§
Source§impl Deref for CoarseSampleLocationNVBuilder
impl Deref for CoarseSampleLocationNVBuilder
Source§type Target = CoarseSampleLocationNV
type Target = CoarseSampleLocationNV
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for CoarseSampleLocationNVBuilder
impl RefUnwindSafe for CoarseSampleLocationNVBuilder
impl Send for CoarseSampleLocationNVBuilder
impl Sync for CoarseSampleLocationNVBuilder
impl Unpin for CoarseSampleLocationNVBuilder
impl UnsafeUnpin for CoarseSampleLocationNVBuilder
impl UnwindSafe for CoarseSampleLocationNVBuilder
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