#[repr(C, align(8))]pub struct ray_runtime_s {
pub _bindgen_opaque_blob: [u64; 5],
}Fields§
§_bindgen_opaque_blob: [u64; 5]Trait Implementations§
Source§impl Clone for ray_runtime_s
impl Clone for ray_runtime_s
Source§fn clone(&self) -> ray_runtime_s
fn clone(&self) -> ray_runtime_s
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 ray_runtime_s
Auto Trait Implementations§
impl Freeze for ray_runtime_s
impl RefUnwindSafe for ray_runtime_s
impl Send for ray_runtime_s
impl Sync for ray_runtime_s
impl Unpin for ray_runtime_s
impl UnsafeUnpin for ray_runtime_s
impl UnwindSafe for ray_runtime_s
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