#[repr(C)]pub struct ray_t__bindgen_ty_2 {
pub fl_prev: *mut ray_t,
pub fl_next: *mut ray_t,
}Fields§
§fl_prev: *mut ray_t§fl_next: *mut ray_tTrait Implementations§
Source§impl Clone for ray_t__bindgen_ty_2
impl Clone for ray_t__bindgen_ty_2
Source§fn clone(&self) -> ray_t__bindgen_ty_2
fn clone(&self) -> ray_t__bindgen_ty_2
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_t__bindgen_ty_2
Auto Trait Implementations§
impl !Send for ray_t__bindgen_ty_2
impl !Sync for ray_t__bindgen_ty_2
impl Freeze for ray_t__bindgen_ty_2
impl RefUnwindSafe for ray_t__bindgen_ty_2
impl Unpin for ray_t__bindgen_ty_2
impl UnsafeUnpin for ray_t__bindgen_ty_2
impl UnwindSafe for ray_t__bindgen_ty_2
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