#[repr(C)]pub struct RTCBoundsFunctionArguments {
pub geometryUserPtr: *mut c_void,
pub primID: c_uint,
pub timeStep: c_uint,
pub bounds_o: *mut RTCBounds,
}Fields§
§geometryUserPtr: *mut c_void§primID: c_uint§timeStep: c_uint§bounds_o: *mut RTCBoundsTrait Implementations§
Source§impl Clone for RTCBoundsFunctionArguments
impl Clone for RTCBoundsFunctionArguments
Source§fn clone(&self) -> RTCBoundsFunctionArguments
fn clone(&self) -> RTCBoundsFunctionArguments
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 RTCBoundsFunctionArguments
Auto Trait Implementations§
impl !Send for RTCBoundsFunctionArguments
impl !Sync for RTCBoundsFunctionArguments
impl Freeze for RTCBoundsFunctionArguments
impl RefUnwindSafe for RTCBoundsFunctionArguments
impl Unpin for RTCBoundsFunctionArguments
impl UnsafeUnpin for RTCBoundsFunctionArguments
impl UnwindSafe for RTCBoundsFunctionArguments
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