pub struct SRTDataNVBuilder { /* private fields */ }Expand description
Builder for SRTDataNV.
Implementations§
Source§impl SRTDataNVBuilder
impl SRTDataNVBuilder
pub fn sx(self, value: f32) -> Self
pub fn a(self, value: f32) -> Self
pub fn b(self, value: f32) -> Self
pub fn pvx(self, value: f32) -> Self
pub fn sy(self, value: f32) -> Self
pub fn c(self, value: f32) -> Self
pub fn pvy(self, value: f32) -> Self
pub fn sz(self, value: f32) -> Self
pub fn pvz(self, value: f32) -> Self
pub fn qx(self, value: f32) -> Self
pub fn qy(self, value: f32) -> Self
pub fn qz(self, value: f32) -> Self
pub fn qw(self, value: f32) -> Self
pub fn tx(self, value: f32) -> Self
pub fn ty(self, value: f32) -> Self
pub fn tz(self, value: f32) -> Self
Trait Implementations§
Source§impl Deref for SRTDataNVBuilder
impl Deref for SRTDataNVBuilder
Auto Trait Implementations§
impl Freeze for SRTDataNVBuilder
impl RefUnwindSafe for SRTDataNVBuilder
impl Send for SRTDataNVBuilder
impl Sync for SRTDataNVBuilder
impl Unpin for SRTDataNVBuilder
impl UnsafeUnpin for SRTDataNVBuilder
impl UnwindSafe for SRTDataNVBuilder
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