#[repr(C)]pub struct RTCDisplacementFunctionNArguments {}Fields§
§geometryUserPtr: *mut c_void§geometry: RTCGeometry§primID: c_uint§timeStep: c_uint§u: *const f32§v: *const f32§Ng_x: *const f32§Ng_y: *const f32§Ng_z: *const f32§P_x: *mut f32§P_y: *mut f32§P_z: *mut f32§N: c_uintTrait Implementations§
Source§impl Clone for RTCDisplacementFunctionNArguments
impl Clone for RTCDisplacementFunctionNArguments
Source§fn clone(&self) -> RTCDisplacementFunctionNArguments
fn clone(&self) -> RTCDisplacementFunctionNArguments
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 RTCDisplacementFunctionNArguments
Auto Trait Implementations§
impl !Send for RTCDisplacementFunctionNArguments
impl !Sync for RTCDisplacementFunctionNArguments
impl Freeze for RTCDisplacementFunctionNArguments
impl RefUnwindSafe for RTCDisplacementFunctionNArguments
impl Unpin for RTCDisplacementFunctionNArguments
impl UnsafeUnpin for RTCDisplacementFunctionNArguments
impl UnwindSafe for RTCDisplacementFunctionNArguments
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