Struct ash::vk::SRTDataNVBuilder
source · pub struct SRTDataNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> SRTDataNVBuilder<'a>
impl<'a> SRTDataNVBuilder<'a>
pub fn sx(self, sx: f32) -> Self
pub fn a(self, a: f32) -> Self
pub fn b(self, b: f32) -> Self
pub fn pvx(self, pvx: f32) -> Self
pub fn sy(self, sy: f32) -> Self
pub fn c(self, c: f32) -> Self
pub fn pvy(self, pvy: f32) -> Self
pub fn sz(self, sz: f32) -> Self
pub fn pvz(self, pvz: f32) -> Self
pub fn qx(self, qx: f32) -> Self
pub fn qy(self, qy: f32) -> Self
pub fn qz(self, qz: f32) -> Self
pub fn qw(self, qw: f32) -> Self
pub fn tx(self, tx: f32) -> Self
pub fn ty(self, ty: f32) -> Self
pub fn tz(self, tz: f32) -> Self
Trait Implementations§
source§impl<'a> Deref for SRTDataNVBuilder<'a>
impl<'a> Deref for SRTDataNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SRTDataNVBuilder<'a>
impl<'a> RefUnwindSafe for SRTDataNVBuilder<'a>
impl<'a> Send for SRTDataNVBuilder<'a>
impl<'a> Sync for SRTDataNVBuilder<'a>
impl<'a> Unpin for SRTDataNVBuilder<'a>
impl<'a> UnwindSafe for SRTDataNVBuilder<'a>
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