#[repr(C)]pub struct RTCInterpolateArguments {}Fields§
§geometry: RTCGeometry§primID: c_uint§u: f32§v: f32§bufferType: RTCBufferType§bufferSlot: c_uint§P: *mut f32§dPdu: *mut f32§dPdv: *mut f32§ddPdudu: *mut f32§ddPdvdv: *mut f32§ddPdudv: *mut f32§valueCount: c_uintTrait Implementations§
Source§impl Clone for RTCInterpolateArguments
impl Clone for RTCInterpolateArguments
Source§fn clone(&self) -> RTCInterpolateArguments
fn clone(&self) -> RTCInterpolateArguments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RTCInterpolateArguments
Auto Trait Implementations§
impl !Send for RTCInterpolateArguments
impl !Sync for RTCInterpolateArguments
impl Freeze for RTCInterpolateArguments
impl RefUnwindSafe for RTCInterpolateArguments
impl Unpin for RTCInterpolateArguments
impl UnsafeUnpin for RTCInterpolateArguments
impl UnwindSafe for RTCInterpolateArguments
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